From 923213a6501f700d4a6556f85bcc2cc48557d140 Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Thu, 23 Dec 2021 01:05:22 +0100 Subject: [PATCH] added vao --- include/lol/Drawable.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lol/Drawable.hpp b/include/lol/Drawable.hpp index cf80bd0..81d6583 100644 --- a/include/lol/Drawable.hpp +++ b/include/lol/Drawable.hpp @@ -2,8 +2,8 @@ #include -#include #include +#include namespace lol {