1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 01:07:57 +00:00

fixed arb and fake without CAP_TEXTURE

This commit is contained in:
Zeno Rogue
2020-06-06 18:42:58 +02:00
parent 0f6ec6e6f5
commit 8ec8ebc1d7
2 changed files with 4 additions and 0 deletions

View File

@@ -461,7 +461,9 @@ EX void change_around() {
View = rgpushxto0(direct_exp(h)) * T;
fixmatrix(View);
sightranges[gFake] = range * t;
#if CAP_TEXTURE
texture::config.remap();
#endif
geom3::apply_always3();
}