From a79c8f412b3b279694bd5052c5051bed7696ea1a Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Mon, 7 Feb 2022 11:20:07 -0500 Subject: [PATCH] remove fixme about generic interface function we just added --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 2c42b72..4f4405d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -154,7 +154,6 @@ render_cb_pre(RenderState* rs) Entity* ent = &rg->entities[0]; setEntityPosition(ent, glm::vec3(lb->pl_positions[0])); - // FIXME: we need an interface function to update lights GLBuffer* lights_ubo = getUBOByName(rs->gl_ctx, "lights"); assert(lights_ubo); updateGLBuffer(lights_ubo, lb->buffer);