summaryrefslogtreecommitdiffhomepage
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 3 insertions, 1 deletions
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 <cmath>
#include <chrono>
+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;