1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 03:28:05 +00:00

nilv:: simpler honeycomb

This commit is contained in:
Zeno Rogue
2019-08-24 21:52:55 +02:00
parent 91199595d6
commit 29a54ab5d9
3 changed files with 17 additions and 3 deletions

View File

@@ -704,7 +704,7 @@ void geometry_information::make_wall(int id, vector<hyperpoint> vertices, vector
set_column(T, 1, vertices[1]);
set_column(T, 2, vertices[2]);
set_column(T, 3, C0);
if(det(T) < 0 && !sl2)
if(det(T) < 0 && !sl2 && !nil)
reverse(vertices.begin(), vertices.end()),
reverse(weights.begin(), weights.end());