diff --git a/graphics.hh b/graphics.hh index ec348f2..a5b43ab 100644 --- a/graphics.hh +++ b/graphics.hh @@ -27,7 +27,6 @@ class Graphics { glm::uvec2 windowSize; float nearPlane; float farPlane; - // pointer to either use the vector from the level or from here std::vector closestLights; ACGL::OpenGL::SharedShaderProgram lightingShader; ACGL::OpenGL::SharedShaderProgram depthCubeShader;