mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 12:19:18 +00:00
texture configs based on polygonal tilings now load correctly
This commit is contained in:
parent
7c16a9a32a
commit
50d4378af4
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user