summaryrefslogtreecommitdiffhomepage
path: root/shaders/tile-shader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/tile-shader.hpp')
-rw-r--r--shaders/tile-shader.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/shaders/tile-shader.hpp b/shaders/tile-shader.hpp
index c0f0c656..0e1e4442 100644
--- a/shaders/tile-shader.hpp
+++ b/shaders/tile-shader.hpp
@@ -4,7 +4,7 @@
#include <Magnum/Math/Vector3.h>
#include <Magnum/Math/Vector4.h>
-namespace Magnum::Examples {
+namespace floormat {
struct tile_shader : GL::AbstractShaderProgram
{
@@ -35,4 +35,4 @@ constexpr Vector2 tile_shader::project(const Vector3 pt)
return { x-y, (x+y+z*2)*.75f };
}
-} // namespace Magnum::Examples
+} // namespace floormat