mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix narrowing warning by casting -1
This commit is contained in:
parent
25b21dacda
commit
cfe9ac32d4
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ protected:
|
|||
void sendDescriptors();
|
||||
|
||||
QVariantMap _metadata;
|
||||
uint32_t _lastTic{ -1 };
|
||||
uint32_t _lastTic{ (uint32_t)-1 };
|
||||
uint32_t _tic{ 0 };
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue