mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-11 04:37:38 +00:00
texture configs based on polygonal tilings now load correctly
This commit is contained in:
@@ -881,6 +881,7 @@ bool texture_config::load() {
|
|||||||
loadNewConfig(f);
|
loadNewConfig(f);
|
||||||
swap(texturesavers, savers);
|
swap(texturesavers, savers);
|
||||||
fclose(f);
|
fclose(f);
|
||||||
|
polygonal::solve();
|
||||||
|
|
||||||
if(1) {
|
if(1) {
|
||||||
dynamicval<char> d1(patterns::whichPattern, patterns::whichPattern);
|
dynamicval<char> d1(patterns::whichPattern, patterns::whichPattern);
|
||||||
|
Reference in New Issue
Block a user