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:
parent
195e1a8410
commit
2476cd4f9a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue