diff options
Diffstat (limited to 'shaders/lightmap.hpp')
| -rw-r--r-- | shaders/lightmap.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/lightmap.hpp b/shaders/lightmap.hpp index d4e09815..b8bbd0c7 100644 --- a/shaders/lightmap.hpp +++ b/shaders/lightmap.hpp @@ -87,7 +87,7 @@ private: size_t count = 0, capacity = 0; Framebuffer framebuffer; GL::Mesh occlusion_mesh{NoCreate}; - static constexpr auto starting_capacity = 1; // todo + static constexpr auto starting_capacity = 32; GL::Buffer light_vertex_buf{NoCreate}; GL::Mesh light_mesh{NoCreate}; |
