MSVC build fix

This commit is contained in:
MihailRis
2023-11-28 11:26:01 +03:00
parent c08c31b0ad
commit 6fc69e01c9
3 changed files with 15 additions and 11 deletions
+4
View File
@@ -7,6 +7,10 @@
#include "../../graphics/Mesh.h"
#include "../../window/Window.h"
#ifndef M_PI
#define M_PI 3.141592
#endif // M_PI
using glm::vec3;
Skybox::Skybox(uint size, Shader* shader) : size(size), shader(shader) {