From 12d38a0114657cc468e93f7eb0f97b2b1ac8f924 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 24 Jan 2021 13:16:05 +0000 Subject: Big tidy up of shader wrapper --- application/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application') diff --git a/application/main.cpp b/application/main.cpp index ed3c1c7..63ceac0 100644 --- a/application/main.cpp +++ b/application/main.cpp @@ -66,7 +66,7 @@ public: World world; world.create(); - Shader shader("./res/basicShader"); + Shader shader; Camera camera({0.0F, 0.0F, -5.0F}, 70.0F, (float)DISPLAY_WIDTH / (float)DISPLAY_HEIGHT, 0.1F, 100.0F); SDL_Event e; -- cgit v1.2.3