You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Save all 64 bits of get_ticks_msec() in more cases
(cherry picked from commit 5dc02eb8b0)
This commit is contained in:
committed by
Rémi Verschelde
parent
fa3fc6ff0d
commit
e29126914d
@@ -53,7 +53,7 @@ private:
|
||||
Ref<StreamPeer> connection;
|
||||
bool use_ssl;
|
||||
|
||||
int time;
|
||||
uint64_t time;
|
||||
uint8_t req_buf[WSL_MAX_HEADER_SIZE];
|
||||
int req_pos;
|
||||
String key;
|
||||
|
||||
Reference in New Issue
Block a user