Prevent log overlap when loading button.png
This commit is contained in:
parent
def91fdc84
commit
115ee47efc
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue