diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-25 16:41:21 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-25 16:41:21 +0200 |
commit | 0d97856bf6974450a8e72816be7bf271af04a458 (patch) | |
tree | a503cf7d7330970b468310a9c05860b8fbc7f3e4 /main | |
parent | f1df7c20129a1f1cc47c47e5731efd10f8e49aeb (diff) |
rename shader
Diffstat (limited to 'main')
-rw-r--r-- | main/main-impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main-impl.hpp b/main/main-impl.hpp index b5828d6c..964bf1f3 100644 --- a/main/main-impl.hpp +++ b/main/main-impl.hpp @@ -4,7 +4,7 @@ #include "src/world.hpp" #include "draw/floor.hpp" #include "draw/wall.hpp" -#include "shaders/tile-shader.hpp" +#include "shaders/tile.hpp" #include <Corrade/Containers/String.h> |