From ee021db1971f1676452a94d4508e2ca5aa0884af Mon Sep 17 00:00:00 2001 From: xxxEGOxxx <91895255+xxxEGOxxx@users.noreply.github.com> Date: Sun, 12 Feb 2023 21:03:18 +0100 Subject: [PATCH] Fix shadows --- cw 9/src/ex_9_1.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cw 9/src/ex_9_1.hpp b/cw 9/src/ex_9_1.hpp index 9f3ffda..a36a871 100644 --- a/cw 9/src/ex_9_1.hpp +++ b/cw 9/src/ex_9_1.hpp @@ -16,7 +16,8 @@ #include #include -const unsigned int SHADOW_WIDTH = 16384, SHADOW_HEIGHT = 16384; +//const unsigned int SHADOW_WIDTH = 16384, SHADOW_HEIGHT = 16384; +const unsigned int SHADOW_WIDTH = 2048, SHADOW_HEIGHT = 2048; int WIDTH = 500, HEIGHT = 500;