summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-14 13:28:03 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-14 13:28:03 +0200
commit5b9a452383b6bff5f2300c495943f2158f470faa (patch)
treecea216be2b42f209db751d98ede82fe70bf47abb /main
parent7b760eb180d9c0e3362589a7339b498bd420cd58 (diff)
rename shader
Diffstat (limited to 'main')
-rw-r--r--main/main-impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main-impl.hpp b/main/main-impl.hpp
index 63d18b72..3a3e4c7b 100644
--- a/main/main-impl.hpp
+++ b/main/main-impl.hpp
@@ -5,7 +5,7 @@
#include "draw/floor.hpp"
#include "draw/wall.hpp"
#include "draw/anim.hpp"
-#include "shaders/tile.hpp"
+#include "shaders/shader.hpp"
#include "main/clickable.hpp"
#include <vector>
#include <Corrade/Containers/String.h>