mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
increased default vid.texture_step in paracompact honeycombs
This commit is contained in:
parent
ddc0fa538e
commit
8ebeb60bcb
@ -1220,6 +1220,7 @@ EX void set_geometry(eGeometry target) {
|
||||
if(was_default) pmodel = default_model();
|
||||
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(WDIM == 3 && (cgflags & qIDEAL) && vid.texture_step < 4) vid.texture_step = 4;
|
||||
if(sl2) nisot::geodesic_movement = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user