Skip to content

Commit 0d501b4

Browse files
committed
Switch to new shader
1 parent 669ae0d commit 0d501b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ int main(int argc, char** argv) {
8080
glDebugMessageCallback(openGLDebugCallback, 0);
8181
#endif
8282

83-
Shader shader("shaders_old/basic.vs", "shaders_old/basic.fs");
83+
Shader shader("shaders/basic.vs", "shaders/basic.fs");
8484
shader.bind();
8585
Material material = {};
8686
material.diffuse = {0.4f, 0.2f, 0.1f};

0 commit comments

Comments
 (0)