mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-17 14:17:10 +00:00
rots:: fixed ordering of vertices on walls
This commit is contained in:
@@ -754,6 +754,7 @@ EX namespace hybrid {
|
||||
l.push_back(hybrid::get_corner(c1, i, 1, z));
|
||||
l.push_back(hybrid::get_corner(c1, i, 0, z));
|
||||
}
|
||||
if(a == 0) std::reverse(l.begin()+1, l.end());
|
||||
cgi.make_wall(won-2+a, l);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user