Переименован шейдер, обновлены модели

This commit is contained in:
2023-03-25 20:47:43 +03:00
parent 70b6634fc4
commit 3407018cb1
8 changed files with 2733 additions and 2884 deletions

View File

@@ -81,7 +81,7 @@ int loadResources() {
return -1;
}
shader = Shader::loadShader("res/main.vsh", "res/main.fsh");
shader = Shader::loadShader("res/main-colored.vsh", "res/main-colored.fsh");
if (shader == nullptr) {
return -1;
}