mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
pkResetModel now does stereo::set_projection(0)
This commit is contained in:
parent
b987ce2dec
commit
19ac4dd945
@ -946,6 +946,7 @@ void drawqueueitem(polytodraw& ptd) {
|
||||
|
||||
case pkResetModel:
|
||||
pmodel = eModel(ptd.col);
|
||||
stereo::set_projection(0);
|
||||
break;
|
||||
|
||||
case pkPoly:
|
||||
|
Loading…
Reference in New Issue
Block a user