forked from mirror/openmw-tes3mp
Fix correctActorModelPath
This commit is contained in:
parent
e4e313fe12
commit
ef5de94548
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ namespace MWWorld
|
|||
try
|
||||
{
|
||||
std::string mesh = *it;
|
||||
Misc::ResourceHelpers::correctActorModelPath(mesh, mSceneManager->getVFS());
|
||||
mesh = Misc::ResourceHelpers::correctActorModelPath(mesh, mSceneManager->getVFS());
|
||||
|
||||
//std::cout << "preloading " << mesh << std::endl;
|
||||
|
||||
|
|
Loading…
Reference in a new issue