Partial Jolt implementation and some model loader fixes.

This commit is contained in:
Antoine Pilote
2023-03-01 22:05:23 -05:00
parent 972caf4163
commit f8643f1dcf
11 changed files with 282 additions and 87 deletions

View File

@@ -214,7 +214,7 @@ namespace Nuake
return texture;
}
std::string texturePath = FileSystem::Root + modelDir + path;
std::string texturePath = modelDir + path;
if (!FileSystem::FileExists(texturePath, true))
{
std::string textureNotFoundmsg = "Texture file couldn't be found: " + texturePath;