mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 11:22:45 +01:00
Random LoaderIMG fixes
This commit is contained in:
parent
947e5a3d72
commit
449168aa08
@ -61,7 +61,7 @@ char* LoaderIMG::loadToMemory(const std::string& assetname)
|
|||||||
|
|
||||||
if(!found)
|
if(!found)
|
||||||
{
|
{
|
||||||
printf("No such asset found.\n");
|
std::cerr << "Asset '" << assetname << "' not found!" << std::endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user