1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-09 15:39:55 +00:00

fixed loading texture parameters

This commit is contained in:
Zeno Rogue 2024-06-16 13:36:48 +02:00
parent 213347fbe5
commit 85874dbb1c

View File

@ -1025,7 +1025,7 @@ void init_textureconfig() {
param_str(csymbol, "symbol", "");
swap(texturesavers, params); texturesavers.clear();
swap(texturesavers, params);
#endif
}