1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Save all 64 bits of get_ticks_msec() in more cases

(cherry picked from commit 5dc02eb8b0)
This commit is contained in:
Max Hilbrunner
2021-10-26 08:44:50 +02:00
committed by Rémi Verschelde
parent fa3fc6ff0d
commit e29126914d
10 changed files with 16 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ private:
#ifdef DEBUG_ENABLED
struct BandwidthFrame {
uint32_t timestamp;
uint64_t timestamp;
int packet_size;
};