mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-14 07:02:49 +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 brachistochrone(hyperpoint h) {
|
||||||
ld res = -cycloid_wave(h[0] / 63) * 63 + h[0] * h[1] + h[1] * h[1] / 5;
|
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;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user