|
std::chrono::microseconds | AGS3::Globals::_tick_duration = std::chrono::microseconds(1000000LL / 40) |
|
bool | AGS3::Globals::_framerate_maxed = false |
|
int | AGS3::Globals::_framerate = 0 |
|
uint32 | AGS3::Globals::_last_tick_time = 0 |
|
uint32 | AGS3::Globals::_next_frame_timestamp = 0 |
|