From 2b095e30f7786526da9339ccada3aae7f2ab5df4 Mon Sep 17 00:00:00 2001
From: Andy Belle-Isle <drumsetmonkey@gmail.com>
Date: Tue, 10 Sep 2019 23:55:54 -0400
Subject: Started world system

---
 src/main.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/main.cpp')

diff --git a/src/main.cpp b/src/main.cpp
index a0632fd..5f39d95 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -18,6 +18,7 @@
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
+#define GLEW_STATIC
 #define SOL_ALL_SAFETIES_ON = 1
 
 #include "engine.hpp"
-- 
cgit v1.2.3