mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-21 18:40:01 +00:00
Fix correctActorModelPath
This commit is contained in:
parent
e4e313fe12
commit
ef5de94548
@ -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…
x
Reference in New Issue
Block a user