slr:: default texturestep 4

This commit is contained in:
Zeno Rogue 2019-08-25 19:16:29 +02:00
parent 71669e3a14
commit d4ac431004
1 changed files with 1 additions and 1 deletions

View File

@ -1187,7 +1187,7 @@ EX void set_geometry(eGeometry target) {
if(GDIM == 3 && old_DIM == 2 && pmodel == mdDisk) pmodel = mdPerspective;
if(nonisotropic && old_DIM == 2) pmodel = mdGeodesic;
if(GDIM == 2 && among(pmodel, mdPerspective, mdGeodesic)) pmodel = mdDisk;
if(nonisotropic && old_DIM == 2 && vid.texture_step < 4 && !sl2) vid.texture_step = 4;
if(nonisotropic && old_DIM == 2 && vid.texture_step < 4) vid.texture_step = 4;
if(prod) { pmodel = mdPerspective; if(vid.texture_step < 4) vid.texture_step = 4; }
if(prod && shmup::on) shmup::on = false;
}