Update main.cpp

remove unused variable
This commit is contained in:
erwincoumans
2016-04-25 09:42:16 -07:00
parent 66bfb7e708
commit a080a568f2

View File

@@ -85,7 +85,6 @@ int main(int argc, char* argv[])
myArgs.GetCmdLineArgument("png_file",gPngFileName); myArgs.GetCmdLineArgument("png_file",gPngFileName);
char fileName[1024]; char fileName[1024];
int textureIndex = -1;
int textureWidth = 128; int textureWidth = 128;
int textureHeight = 128; int textureHeight = 128;