1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-08 01:33:02 +00:00

3d:: basic adjustment of the graphics editor to 3D

This commit is contained in:
?
2019-02-28 17:49:57 +01:00
committed by Zeno Rogue
parent 357a3398cd
commit 41ed04b2ee
2 changed files with 31 additions and 13 deletions

View File

@@ -756,7 +756,7 @@ bool drawItemType(eItem it, cell *c, const transmatrix& V, color_t icol, int pti
xsh = NULL;
}
else if(mapeditor::drawUserShape(Vit, mapeditor::sgItem, it, darkena(icol, 0, 0xFF), c)) ;
else if(mapeditor::drawUserShape(V, mapeditor::sgItem, it, darkena(icol, 0, 0xFF), c)) ;
else if(it == itRose) {
for(int u=0; u<4; u++)