Codechange: remove _realtime_tick variable
This commit is contained in:
committed by
Patric Stout
parent
853bfc3562
commit
fe451b8dc7
@@ -276,7 +276,6 @@ protected:
|
||||
return std::chrono::microseconds(1000000 / _settings_client.gui.refresh_rate);
|
||||
}
|
||||
|
||||
std::chrono::steady_clock::time_point last_realtime_tick;
|
||||
std::chrono::steady_clock::time_point next_game_tick;
|
||||
std::chrono::steady_clock::time_point next_draw_tick;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user