1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-08 16:12:06 +00:00

texture:: removed useless drawscreen() from txcl

This commit is contained in:
Zeno Rogue
2024-06-16 13:51:07 +02:00
parent a8884ccfd1
commit bec0cc4301
+1 -1
View File
@@ -1745,7 +1745,7 @@ int textureArgs() {
}
else if(argis("-txcl")) {
PHASE(3); drawscreen();
PHASE(3);
config.load();
}