1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 22:15:32 +00:00

Error message fix

This commit is contained in:
scrawl 2015-06-14 16:12:18 +02:00
parent 195e1a8410
commit 2476cd4f9a

View file

@ -560,7 +560,7 @@ namespace MWWorld
}
catch (std::exception& e)
{
std::cerr << "error during rendering: " << e.what() << std::endl;
std::cerr << "error during rendering '" << ptr.getCellRef().getRefId() << "': " << e.what() << std::endl;
}
}