Skip to content

Commit

Permalink
fix missing glm header
Browse files Browse the repository at this point in the history
  • Loading branch information
StellaSmith committed Feb 11, 2024
1 parent 04fb8b2 commit 1ed2c0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/engine/rendering/opengl/Renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#include <engine/cache.hpp>
#include <engine/rendering/opengl/Renderer.hpp>

#include <glad/glad.h>
#include <glm/ext.hpp>
#include <glm/glm.hpp>
#include <imgui.h>
#include <utils/error.hpp>
#include <utils/file.hpp>

#include <glad/glad.h>
#include <glm/glm.hpp>

extern engine::Camera g_camera;
extern int g_render_distance_horizontal;
extern int g_render_distance_vertical;
Expand Down

0 comments on commit 1ed2c0c

Please sign in to comment.