Prevent log overlap when loading button.png

This commit is contained in:
TwistedUmbrella 2015-07-07 21:50:56 -04:00 committed by Stefanos Kornilios Mitsis Poiitidis
parent def91fdc84
commit 115ee47efc
1 changed files with 1 additions and 1 deletions

View File

@ -1883,7 +1883,7 @@ GLuint loadPNG(const string& fname, int &width, int &height)
if (!file)
{
printf("Error opening %s", filename);
printf("Error opening %s\n", filename);
return TEXTURE_LOAD_ERROR;
}