Skip to content

Commit

Permalink
Remove comment lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Ymihere03 committed Aug 13, 2024
1 parent 7a1f112 commit a0a5e3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/render/ModernOpenGLRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,6 @@ void ModernOpenGLRenderer::ApplyProjection()
{
SDL_GL_GetDrawableSize(this->window, &resolution[0], &resolution[1]);

//viewParams->viewPixelDimensions.h = resolution[0];
//viewParams->viewPixelDimensions.v = resolution[1];

glm::mat4 proj = glm::scale(
glm::perspective(
glm::radians(fov),
Expand Down

0 comments on commit a0a5e3f

Please sign in to comment.