This commit is contained in:
Jiga228
2025-10-18 16:39:43 +07:00
parent 450b3839c6
commit d79258e191
6 changed files with 23 additions and 17 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ unsigned int ModelManager::FNV1aHash(const char* buf)
void ModelManager::OnDestroySometimeModelCaller(const std::string& name)
{
Log("Free model: " + name);
Loging::Log("Free model: " + name);
OnDestroySometimeModel.Call(name);
}
@@ -76,7 +76,7 @@ ModelManager::StaticModel* ModelManager::LoadModel(const std::string& name)
return counter->second.model;
}
Log("Load new model: " + name);
Loging::Log("Load new model: " + name);
std::vector<Voxel> model_data;
// Load model_data