mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 04:17:39 +00:00
texture::texture_area not saved to config without CAP_TEXTURE
This commit is contained in:
@@ -272,9 +272,11 @@ void initConfig() {
|
||||
addsaver(irr::rearrange_less, "irregular-rearrangeless", 10);
|
||||
|
||||
addsaver(vid.linequality, "line quality", 0);
|
||||
|
||||
|
||||
#if CAP_TEXTURE
|
||||
addsaver(texture::texture_aura, "texture-aura", false);
|
||||
|
||||
#endif
|
||||
|
||||
#if CAP_SHMUP
|
||||
shmup::initConfig();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user