Skip to content

Commit

Permalink
docs: add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tomezpl committed Nov 7, 2023
1 parent 25d53b1 commit d41c5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/L3D/GraphicsEngine/Apis/ApiGL/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace lepus
public:
GLUniformBinding(size_t location) : UniformBinding<GLint, TUniformValue>(location)
{
// No idea why, but sometimes the location won't assign correctly, so we do this terribleness...
// TODO: No idea why, but sometimes the location won't assign correctly, so we do this terribleness...
this->m_Location = location;
}

Expand Down

0 comments on commit d41c5af

Please sign in to comment.