summaryrefslogtreecommitdiffhomepage
path: root/src/scenery.cpp
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 /src/scenery.cpp
parent7b760eb180d9c0e3362589a7339b498bd420cd58 (diff)
rename shader
Diffstat (limited to 'src/scenery.cpp')
-rw-r--r--src/scenery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenery.cpp b/src/scenery.cpp
index 778c274b..99d277e5 100644
--- a/src/scenery.cpp
+++ b/src/scenery.cpp
@@ -3,7 +3,7 @@
#include "chunk.hpp"
#include "compat/assert.hpp"
#include "world.hpp"
-#include "shaders/tile.hpp"
+#include "shaders/shader.hpp"
#include "src/rotation.inl"
#include <algorithm>