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 /draw | |
| parent | 7b760eb180d9c0e3362589a7339b498bd420cd58 (diff) | |
rename shader
Diffstat (limited to 'draw')
| -rw-r--r-- | draw/anim.cpp | 2 | ||||
| -rw-r--r-- | draw/floor.cpp | 2 | ||||
| -rw-r--r-- | draw/wall.cpp | 2 | ||||
| -rw-r--r-- | draw/wireframe.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/draw/anim.cpp b/draw/anim.cpp index 8ca03b87..87003f82 100644 --- a/draw/anim.cpp +++ b/draw/anim.cpp @@ -1,7 +1,7 @@ #include "anim.hpp" #include "anim-atlas.hpp" #include "chunk.hpp" -#include "shaders/tile.hpp" +#include "shaders/shader.hpp" #include "main/clickable.hpp" #include "chunk-scenery.hpp" #include <cstdio> diff --git a/draw/floor.cpp b/draw/floor.cpp index 74d4a54d..d030c5a6 100644 --- a/draw/floor.cpp +++ b/draw/floor.cpp @@ -1,5 +1,5 @@ #include "floor.hpp" -#include "shaders/tile.hpp" +#include "shaders/shader.hpp" #include "tile.hpp" #include "chunk.hpp" #include "tile-atlas.hpp" diff --git a/draw/wall.cpp b/draw/wall.cpp index d1370d45..4562a250 100644 --- a/draw/wall.cpp +++ b/draw/wall.cpp @@ -1,6 +1,6 @@ #include "wall.hpp" #include "tile-atlas.hpp" -#include "shaders/tile.hpp" +#include "shaders/shader.hpp" #include "chunk.hpp" #include "tile-image.hpp" #include "anim-atlas.hpp" diff --git a/draw/wireframe.cpp b/draw/wireframe.cpp index 84e086d4..28621b8f 100644 --- a/draw/wireframe.cpp +++ b/draw/wireframe.cpp @@ -1,6 +1,6 @@ #include "compat/defs.hpp" #include "wireframe.hpp" -#include "shaders/tile.hpp" +#include "shaders/shader.hpp" #include <Corrade/Containers/Array.h> #include <Corrade/Containers/ArrayView.h> #include <Magnum/Math/Range.h> |
