mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 23:47:00 +00:00
texture:: removed useless drawscreen() from txcl
This commit is contained in:
parent
a8884ccfd1
commit
bec0cc4301
@ -1745,7 +1745,7 @@ int textureArgs() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
else if(argis("-txcl")) {
|
else if(argis("-txcl")) {
|
||||||
PHASE(3); drawscreen();
|
PHASE(3);
|
||||||
config.load();
|
config.load();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user