summaryrefslogtreecommitdiffhomepage
path: root/shaders/lightmap.vert
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-11 03:18:00 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-11 03:18:00 +0100
commitf3d870a400395e75f601f32a3bbb3e68502d9000 (patch)
tree3735b14eaa74d4a80d9197ac973b5dbffbd675d6 /shaders/lightmap.vert
parentb91deae59c69ca41d5feffaf4f16b29ee47af64d (diff)
fix some todo's
Diffstat (limited to 'shaders/lightmap.vert')
-rw-r--r--shaders/lightmap.vert1
1 files changed, 0 insertions, 1 deletions
diff --git a/shaders/lightmap.vert b/shaders/lightmap.vert
index 1a8a39f1..c292f5c8 100644
--- a/shaders/lightmap.vert
+++ b/shaders/lightmap.vert
@@ -16,7 +16,6 @@ uniform Lightmap {
layout (location = 0) in vec3 position;
void main() {
- // todo add interface blocks
vec2 pos = position.xy;
if (mode == 0)
{