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

@ -868,7 +868,9 @@ EX void sliders_changed() {
load(current.filename, true);
using_slided = true;
slider_error = "OK";
#if CAP_TEXTURE
texture::config.remap();
#endif
}
catch(hr_parse_exception& ex) {
using_slided = false;

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();
}