1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-10 21:40:15 +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) 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;
} }
} }