mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 18:27:55 +00:00
texture:: remove doubly defined -txc
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user