mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
3d:: draw:: draw items without rotation, draw them in current location
This commit is contained in:
parent
b8ad42a947
commit
cc5f381d20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user