mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-04 21:04:02 +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())
|
if(c && doHighlight())
|
||||||
poly_outline = kind_outline(it);
|
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(DIM == 3 && c == viewctr.at->c7) return false;
|
||||||
|
|
||||||
#if MAXMDIM >= 4
|
#if MAXMDIM >= 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user