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;