From 368269070f851ff78a1bce35c1d993d5f02cc5f9 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 26 Nov 2022 16:46:01 -0500 Subject: namespace it all --- src/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 81ee360..06bee3e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,10 +18,12 @@ #include #include +using namespace Ogle; + const int SCREEN_WIDTH = 800; const int SCREEN_HEIGHT = 450; -const int MAX_BUNNIES = 15000; +const int MAX_BUNNIES = 50000; typedef struct Bunny { glm::vec2 position; glm::vec2 speed; -- cgit v1.2.3