mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 18:54:48 +00:00
rots:: fixed ordering of vertices on walls
This commit is contained in:
parent
8b5c0f923d
commit
b0b843fc22
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user