mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2026-01-04 12:50:07 +00:00
Print out CWD on non-windows environments for debug purposes
This commit is contained in:
@@ -831,6 +831,10 @@ int glerminal_load_sprites_file(const char* filename)
|
||||
|
||||
success = true;
|
||||
}
|
||||
else if (buffer)
|
||||
{
|
||||
std::cout << "Invalid image width/height" << std::endl;
|
||||
}
|
||||
|
||||
stbi_image_free(buffer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user