mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
removed debug from voronoi
This commit is contained in:
parent
8b75d73c32
commit
7fe40cbfc0
1
reg3.cpp
1
reg3.cpp
@ -381,7 +381,6 @@ EX namespace reg3 {
|
|||||||
auto pt1 = [&] (ld x1, ld y1, ld z1) {
|
auto pt1 = [&] (ld x1, ld y1, ld z1) {
|
||||||
array<ld, 3> arg0;
|
array<ld, 3> arg0;
|
||||||
for(int i=0; i<3; i++) {
|
for(int i=0; i<3; i++) {
|
||||||
println(hlog, "value is ", arg1[i]);
|
|
||||||
if(arg1[i] == 1) arg0[i] = x1;
|
if(arg1[i] == 1) arg0[i] = x1;
|
||||||
else if(arg1[i] == -1) arg0[i] = -x1;
|
else if(arg1[i] == -1) arg0[i] = -x1;
|
||||||
else if(arg1[i] == .5) arg0[i] = y1;
|
else if(arg1[i] == .5) arg0[i] = y1;
|
||||||
|
Loading…
Reference in New Issue
Block a user