From 87d6f30a08a501ac348242df3bd6af77f1bdfa6c Mon Sep 17 00:00:00 2001 From: fgsfds Date: Mon, 25 May 2020 02:25:13 +0300 Subject: [PATCH] fix skyconv --write-tiles --type sky --- tools/skyconv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/skyconv.c b/tools/skyconv.c index 2dcdf33a..4fb0523e 100644 --- a/tools/skyconv.c +++ b/tools/skyconv.c @@ -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);