1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-07-04 17:32:43 +00:00

auto-increase texture step in 2D ideal

This commit is contained in:
Zeno Rogue
2020-05-29 10:47:18 +02:00
parent 2c79a6aeff
commit e7a4c645b8
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -912,6 +912,8 @@ EX void switch_always3() {
if(pmodel == mdDisk) pmodel = mdPerspective;
swapmatrix(View);
callhooks(hooks_swapdim);
if(cgflags & qIDEAL && vid.texture_step < 32)
vid.texture_step = 32;
#if CAP_RACING
racing::player_relative = true;
#endif