mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 23:51:09 -04:00
Fix correctActorModelPath
This commit is contained in:
parent
e4e313fe12
commit
ef5de94548
@ -123,7 +123,7 @@ namespace MWWorld
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
std::string mesh = *it;
|
std::string mesh = *it;
|
||||||
Misc::ResourceHelpers::correctActorModelPath(mesh, mSceneManager->getVFS());
|
mesh = Misc::ResourceHelpers::correctActorModelPath(mesh, mSceneManager->getVFS());
|
||||||
|
|
||||||
//std::cout << "preloading " << mesh << std::endl;
|
//std::cout << "preloading " << mesh << std::endl;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user