mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-03 14:11:10 +00:00
fix skyconv --write-tiles --type sky
This commit is contained in:
parent
eeca3b0ec0
commit
87d6f30a08
1 changed files with 0 additions and 1 deletions
|
@ -216,7 +216,6 @@ static void assign_tile_positions() {
|
|||
void write_tiles() {
|
||||
const ImageProps props = IMAGE_PROPERTIES[type][true];
|
||||
char buffer[PATH_MAX];
|
||||
char skyboxName[PATH_MAX];
|
||||
|
||||
if (realpath(writeDir, buffer) == NULL) {
|
||||
fprintf(stderr, "err: Could not find find img dir %s", writeDir);
|
||||
|
|
Loading…
Reference in a new issue