1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-16 18:19:43 +00:00

simplified cellgroups

This commit is contained in:
Zeno Rogue
2017-12-22 21:37:30 +01:00
parent 8a97571cb4
commit 5a2ae1a865
4 changed files with 27 additions and 21 deletions

View File

@@ -3517,7 +3517,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
}
#if CAP_EDIT
if(mapeditor::drawUserShape(V * applyPatterndir(c, si), mapeditor::cellShapeGroup(), si.id,
if(mapeditor::drawUserShape(V * applyPatterndir(c, si), 3, si.id,
darkena(fcol, fd, (cmode & sm::DRAW) ? 0xC0 : 0xFF), c));
else if(patterns::whichShape == '7') {