summaryrefslogtreecommitdiffhomepage
path: root/shaders
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-13 12:13:56 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-13 12:13:56 +0200
commit67897701316d83495aed4baa94e96c9f84b818f8 (patch)
treec359b956e15b2cd9f9f36fe72b3c3cbe2297cac7 /shaders
parent713e473b65963ec6ca1b1eb185c297852fa336ea (diff)
a
Diffstat (limited to 'shaders')
-rw-r--r--shaders/tile-shader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shaders/tile-shader.cpp b/shaders/tile-shader.cpp
index bf5038bc..b0177997 100644
--- a/shaders/tile-shader.cpp
+++ b/shaders/tile-shader.cpp
@@ -26,6 +26,7 @@ tile_shader::tile_shader()
set_scale({640, 480});
set_camera_offset({0, 0});
+ set_tint({1, 1, 1, 1});
}
tile_shader& tile_shader::set_scale(const Vector2& scale)