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

removed debug from voronoi

This commit is contained in:
Zeno Rogue 2021-07-08 21:54:51 +02:00
parent 8b75d73c32
commit 7fe40cbfc0

View File

@ -381,7 +381,6 @@ EX namespace reg3 {
auto pt1 = [&] (ld x1, ld y1, ld z1) {
array<ld, 3> arg0;
for(int i=0; i<3; i++) {
println(hlog, "value is ", arg1[i]);
if(arg1[i] == 1) arg0[i] = x1;
else if(arg1[i] == -1) arg0[i] = -x1;
else if(arg1[i] == .5) arg0[i] = y1;