From 4c24cdc2724801b7f98bce219085806577174e12 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 13 Sep 2023 22:07:26 +0200 Subject: remove obsolete comment --- shaders/lightmap.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'shaders') diff --git a/shaders/lightmap.cpp b/shaders/lightmap.cpp index ffd24bde..ce315c30 100644 --- a/shaders/lightmap.cpp +++ b/shaders/lightmap.cpp @@ -223,7 +223,6 @@ std::array lightmap_shader::quad_indexes(size_t N) void lightmap_shader::add_light(Vector2 neighbor_offset, const light_s& light) { - // todo finish uniform interface block // NOTE, make a benchmark where the vertex buffer isn't updated every frame neighbor_offset += Vector2((float)half_neighbors); -- cgit v1.2.3