From cf6c5668f1d41a0fe02f97351a522ccfb3f245d4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 9 Oct 2022 12:22:14 +0200 Subject: a --- shaders/tile-shader.cpp | 4 ++-- shaders/tile-shader.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'shaders') diff --git a/shaders/tile-shader.cpp b/shaders/tile-shader.cpp index 4648b263..bf5038bc 100644 --- a/shaders/tile-shader.cpp +++ b/shaders/tile-shader.cpp @@ -8,7 +8,7 @@ #include #include -namespace Magnum::Examples { +namespace floormat { tile_shader::tile_shader() { @@ -51,4 +51,4 @@ tile_shader& tile_shader::set_tint(const Vector4& tint) return *this; } -} // namespace Magnum::Examples +} // namespace floormat 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 #include -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 -- cgit v1.2.3