aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/simplegame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simplegame.cpp b/tests/simplegame.cpp
index 6bd180ef..4fdb38d0 100644
--- a/tests/simplegame.cpp
+++ b/tests/simplegame.cpp
@@ -19,7 +19,7 @@ int main()
window.create("Simple Game", 800, 640);
sp.init();
- program.compileShaders("/home/yannherklotz/Github/YAGE/tests/resources/simplegame.vert", "/home/yannherklotz/Github/YAGE/tests/resources/simplegame.vert");
+ program.compileShaders("/home/yannherklotz/Github/YAGE/resources/defaultshader.vert", "/home/yannherklotz/Github/YAGE/tests/resources/defaultshader.frag");
program.addAttribute("vertex_position");
program.addAttribute("vertex_color");
program.addAttribute("vertex_uv");