1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 17:27:57 +00:00

improved handling of missing files in arb::run

This commit is contained in:
Zeno Rogue
2024-06-02 17:14:41 +02:00
parent 22e0d8264f
commit 4f868faee4
3 changed files with 12 additions and 8 deletions

View File

@@ -1098,7 +1098,7 @@ bool texture_config::load() {
}
#endif
if(targetgeometry == gArbitrary) {
arb::run(tes);
arb::run_raw(tes);
stop_game();
}
set_geometry(targetgeometry);