3D:: item graphics now face the player

This commit is contained in:
? 2019-02-26 14:35:04 +01:00 committed by Zeno Rogue
parent 305ff5de33
commit 723f029b1d
1 changed files with 2 additions and 1 deletions

View File

@ -659,7 +659,8 @@ bool drawItemType(eItem it, cell *c, const transmatrix& V, int icol, int pticks,
}
transmatrix Vit = V;
if(DIM == 3 && c) Vit = V * cspin(0, 2, ptick(618, 0));
if(DIM == 3 && c) Vit = rgpushxto0(tC0(V));
// V * cspin(0, 2, ptick(618, 0));
if(c && conformal::includeHistory && conformal::infindhistory.count(c)) poly_outline = OUTLINE_DEAD;