diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-14 13:28:03 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-14 13:28:03 +0200 |
commit | 5b9a452383b6bff5f2300c495943f2158f470faa (patch) | |
tree | cea216be2b42f209db751d98ede82fe70bf47abb /src/entity.cpp | |
parent | 7b760eb180d9c0e3362589a7339b498bd420cd58 (diff) |
rename shader
Diffstat (limited to 'src/entity.cpp')
-rw-r--r-- | src/entity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 8774e3b0..93233aae 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -4,7 +4,7 @@ #include "anim-atlas.hpp" #include "src/RTree-search.hpp" #include "compat/exception.hpp" -#include "shaders/tile.hpp" +#include "shaders/shader.hpp" #include <cmath> #include <algorithm> |