mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
fixed arb and fake without CAP_TEXTURE
This commit is contained in:
parent
0f6ec6e6f5
commit
8ec8ebc1d7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user