mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 13:07:16 +00:00
removed debug from cycloid level
This commit is contained in:
parent
9d45a5c2f6
commit
821f7eee60
@ -80,7 +80,6 @@ ld cycloid_wave(ld x) {
|
||||
|
||||
ld brachistochrone(hyperpoint h) {
|
||||
ld res = -cycloid_wave(h[0] / 63) * 63 + h[0] * h[1] + h[1] * h[1] / 5;
|
||||
if(h[1] == 0) println(hlog, h, " -> ", res);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user