diff --git a/Engine/engine.cpp b/Engine/engine.cpp index 2eb314c..c806617 100644 --- a/Engine/engine.cpp +++ b/Engine/engine.cpp @@ -241,8 +241,6 @@ bool Engine::SetupScene() { return false; } - // Optionally, if you want a global normal map fallback you can load it here. - // Otherwise, each ModelComponent should load its own textures. return true; } diff --git a/Three-Labs.exe b/Three-Labs.exe index 211ceb5..afe338a 100644 Binary files a/Three-Labs.exe and b/Three-Labs.exe differ