3d:: draw:: draw items without rotation, draw them in current location

This commit is contained in:
Zeno Rogue 2019-04-07 03:07:39 +02:00
parent b8ad42a947
commit cc5f381d20
1 changed files with 3 additions and 1 deletions

View File

@ -714,7 +714,9 @@ bool drawItemType(eItem it, cell *c, const transmatrix& V, color_t icol, int pti
if(c && doHighlight())
poly_outline = kind_outline(it);
if(DIM == 3 && mapeditor::drawUserShape(V, mapeditor::sgItem, it, darkena(icol, 0, 0xFF), c)) return false;
if(DIM == 3 && c == viewctr.at->c7) return false;
#if MAXMDIM >= 4