1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-16 17:09:37 +00:00

texture:: remove doubly defined -txc

This commit is contained in:
Zeno Rogue 2024-06-16 13:50:46 +02:00
parent 49446c64f7
commit a8884ccfd1

View File

@ -1736,10 +1736,6 @@ int textureArgs() {
shift(); config.configname = args();
}
else if(argis("-txc")) {
shift(); config.configname = args();
}
else if(argis("-txpsize")) {
shift(); txp.twidth = argi();
}