1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

dialog:: removed debug from visualize_matrix

This commit is contained in:
Zeno Rogue 2023-08-09 14:23:10 +02:00
parent 563d16c9c1
commit 8a124f6890

View File

@ -605,7 +605,7 @@ EX namespace dialog {
color_t cols[3] = {0xFF0000FF, 0x00FF00FF, 0x0000FFFF};
for(int a=0; a<dim-1; a++) {
auto pt = pts[a]; pt[2] = 1; pt[3] = 1; println(hlog, pt);
auto pt = pts[a]; pt[2] = 1; pt[3] = 1;
curvepoint(hyperpoint(0,0,1,1));
curvepoint(pt);
// queueline(V * hyperpoint(0,0,1,1), V * pt, cols[a], 0);