This commit is contained in:
Will
2026-03-29 18:29:48 +01:00
parent 1d349946d2
commit 4b4f36d2db
6 changed files with 13 additions and 1 deletions

View File

@@ -397,7 +397,7 @@ public:
// Load OBJ monkey primitive once
std::shared_ptr<Primitive> monkey_primitive;
try {
monkey_primitive = CreateOBJModel("monkey.obj", "monkey.jpg");
monkey_primitive = CreateOBJModel("monkey.obj", "monkey.bmp");
if (!monkey_primitive)
monkey_primitive = CreateOBJModel("monkey.obj");
} catch (...) {