diff options
| author | realtradam <[email protected]> | 2022-11-26 16:46:01 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-11-26 16:46:01 -0500 |
| commit | 368269070f851ff78a1bce35c1d993d5f02cc5f9 (patch) | |
| tree | 83292448b320f561148f16efdbb456c85ab00f87 /src/main.cpp | |
| parent | 68486053b032fd3313c887ea7d73064e59dce570 (diff) | |
| download | Ogle-368269070f851ff78a1bce35c1d993d5f02cc5f9.tar.gz Ogle-368269070f851ff78a1bce35c1d993d5f02cc5f9.zip | |
namespace it all
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 4 |
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; |
