1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

debug removed

This commit is contained in:
Zeno Rogue 2022-08-07 15:01:00 +02:00
parent ad744820ae
commit 7883d569d6

View File

@ -951,7 +951,6 @@ EX void mainloopiter() {
auto& lastticks = sc_ticks2;
ld t = (ticks - lastticks) * shiftmul / 1000.;
lastticks = ticks;
println(hlog, "t = ", t);
if(keystate['d'] && DEFAULTNOR('d')) full_rotate_camera(0, -t);
if(keystate['a'] && DEFAULTNOR('a')) full_rotate_camera(0, t);