Another fix

dev
Tomasz Kapuściński 2021-12-15 00:09:47 +01:00
parent 1eb17b2fa1
commit 36ac6d9956
2 changed files with 2 additions and 3 deletions

View File

@ -28,8 +28,7 @@
#include <GL/glew.h>
#include <glm/ext/matrix_common.hpp>
#include <glm/ext/matrix_transform.hpp>
#include <glm/ext.hpp>
#include <glm/gtc/type_ptr.hpp>
using namespace Gfx;

View File

@ -9,7 +9,7 @@
#include <GL/glew.h>
#include <glm/ext/matrix_clip_space.hpp>
#include <glm/ext.hpp>
#include <glm/gtc/type_ptr.hpp>
namespace Gfx