mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-08 06:59:55 +00:00
texture:: remove doubly defined -txc
This commit is contained in:
parent
49446c64f7
commit
a8884ccfd1
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user