mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 02:37:55 +00:00
rogueviz::seuphorica:: frame debug removed
This commit is contained in:
@@ -798,7 +798,6 @@ void seuphorica_screen() {
|
||||
start_tick = 0;
|
||||
|
||||
if(start_tick && ticks - start_tick > frametime) {
|
||||
println(hlog, "frame ended");
|
||||
start_tick = 0;
|
||||
snapshots.erase(snapshots.begin());
|
||||
}
|
||||
@@ -807,7 +806,6 @@ void seuphorica_screen() {
|
||||
snapshots.clear();
|
||||
|
||||
if(snapshots.size() && !start_tick) {
|
||||
println(hlog, "frame started");
|
||||
start_tick = ticks;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user