summaryrefslogtreecommitdiffhomepage
path: root/draw
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-25 16:41:21 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-25 16:41:21 +0200
commit0d97856bf6974450a8e72816be7bf271af04a458 (patch)
treea503cf7d7330970b468310a9c05860b8fbc7f3e4 /draw
parentf1df7c20129a1f1cc47c47e5731efd10f8e49aeb (diff)
rename shader
Diffstat (limited to 'draw')
-rw-r--r--draw/floor.cpp2
-rw-r--r--draw/wall.cpp2
-rw-r--r--draw/wireframe.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/draw/floor.cpp b/draw/floor.cpp
index 3813cf56..43bd8ec0 100644
--- a/draw/floor.cpp
+++ b/draw/floor.cpp
@@ -1,5 +1,5 @@
#include "floor.hpp"
-#include "shaders/tile-shader.hpp"
+#include "shaders/tile.hpp"
#include "tile.hpp"
#include "chunk.hpp"
#include "tile-atlas.hpp"
diff --git a/draw/wall.cpp b/draw/wall.cpp
index 51e09add..ff3969fd 100644
--- a/draw/wall.cpp
+++ b/draw/wall.cpp
@@ -1,6 +1,6 @@
#include "wall.hpp"
#include "tile-atlas.hpp"
-#include "shaders/tile-shader.hpp"
+#include "shaders/tile.hpp"
#include "chunk.hpp"
#include <Magnum/GL/Texture.h>
#include <Magnum/GL/MeshView.h>
diff --git a/draw/wireframe.cpp b/draw/wireframe.cpp
index 4ff99adb..053fce7b 100644
--- a/draw/wireframe.cpp
+++ b/draw/wireframe.cpp
@@ -1,5 +1,5 @@
#include "wireframe.hpp"
-#include "shaders/tile-shader.hpp"
+#include "shaders/tile.hpp"
//#include <Corrade/Containers/ArrayViewStl.h>
#include <Corrade/Containers/Array.h>
#include <Corrade/Containers/ArrayView.h>