mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-08 03:36:43 +00:00
rogueviz::seuphorica:: frame debug removed
This commit is contained in:
parent
0554c75d15
commit
81c05d3ca0
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user