mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Clean up getTime helpers
This increases size of the getTime return values to 64 bits. It also removes the TimeGetter classes since the getTime functions are now very precise.
This commit is contained in:
@@ -196,7 +196,7 @@ protected:
|
||||
bool m_sel_doubleclick;
|
||||
|
||||
// Keyboard navigation stuff
|
||||
s32 m_keynav_time;
|
||||
u64 m_keynav_time;
|
||||
core::stringw m_keynav_buffer;
|
||||
|
||||
// Drawing and geometry information
|
||||
|
Reference in New Issue
Block a user