Small changes

This commit is contained in:
4VRDriver
2020-09-05 10:16:12 +02:00
parent 53efe08002
commit 0a872ccd10
2 changed files with 3 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ void Controller::run() {
Texture("res/textures/tex1.png", texture_diffuse)
};
Model model1("res/models/cube.obj");
Model model1("res/models/backpack.obj");
//Mesh mesh1(vertices, indices, textures);