diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-02-20 12:20:11 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-02-20 12:20:11 -0500 |
| commit | 220bcb0cb8ab4c1dcea5c21a0f80e4f4f6393866 (patch) | |
| tree | 5b13e0c1e7b6aa252b25289aeb4ee4d5e5377420 /src/camera.cpp | |
| parent | 9aa1204378c451923b2fb2f0363579e4ce59c23a (diff) | |
pke: glm include cleanup
Diffstat (limited to 'src/camera.cpp')
| -rw-r--r-- | src/camera.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/camera.cpp b/src/camera.cpp index eadea85..21617bf 100644 --- a/src/camera.cpp +++ b/src/camera.cpp @@ -6,7 +6,7 @@ #include "ecs.hpp" #include "math-helpers.hpp" #include "physics.hpp" -#include <glm/ext/quaternion_geometric.hpp> +#include "vendor-glm-include.hpp" PkeCamera NullCamera {}; CompInstance NullCameraInstance{}; |
