mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-16 09:55:22 +02:00
Rework drawtime and related timekeeping code to use microseconds
This commit is contained in:
@@ -33,7 +33,7 @@ struct Jitter {
|
||||
};
|
||||
|
||||
struct RunStats {
|
||||
u32 drawtime;
|
||||
u64 drawtime; // (us)
|
||||
|
||||
Jitter dtime_jitter, busy_time_jitter;
|
||||
};
|
||||
|
Reference in New Issue
Block a user