1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 22:23:18 +00:00

pkResetModel now does stereo::set_projection(0)

This commit is contained in:
Zeno Rogue 2018-07-23 23:37:54 +02:00
parent b987ce2dec
commit 19ac4dd945

View File

@ -946,6 +946,7 @@ void drawqueueitem(polytodraw& ptd) {
case pkResetModel:
pmodel = eModel(ptd.col);
stereo::set_projection(0);
break;
case pkPoly: