diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 15:49:54 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 15:49:54 +0100 |
commit | 6f85fbd77a0b8798dac3e084ca2250982a7c4011 (patch) | |
tree | 6bd9578e3fc5a934da02b8f931bd7bbcc1b0a987 /src | |
parent | 36c5c7e4bca651e95686b193a5b8b5193077c371 (diff) |
c
Diffstat (limited to 'src')
-rw-r--r-- | src/light.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/light.cpp b/src/light.cpp index 4a240f29..ec4a5cb1 100644 --- a/src/light.cpp +++ b/src/light.cpp @@ -1,7 +1,6 @@ #include "light.hpp" #include "shaders/shader.hpp" #include "loader/loader.hpp" -#include "loader/vobj-info.hpp" #include <cmath> namespace floormat { |