summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--shaders/lightmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/lightmap.cpp b/shaders/lightmap.cpp
index 7c943686..f6bc76b2 100644
--- a/shaders/lightmap.cpp
+++ b/shaders/lightmap.cpp
@@ -218,7 +218,7 @@ std::array<UnsignedShort, 6> 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, go benchjmark case where the main inteface block doesn't need to be uploaded ijn given frame.
+ // NOTE, make a benchmark where the vertex buffer isn't updated every frame
neighbor_offset += Vector2((float)half_neighbors);