Skip to content

Commit

Permalink
For issue #61
Browse files Browse the repository at this point in the history
  • Loading branch information
knightcrawler25 committed Jan 1, 2022
1 parent 00f806d commit a6526c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/TiledRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ namespace GLSLPT
glViewport(0, 0, windowSize.x * pixelRatio, windowSize.y * pixelRatio);
quad->Draw(pathTraceShaderLowRes);
scene->instancesModified = false;
scene->dirty = false;
}
else
{
Expand Down

0 comments on commit a6526c8

Please sign in to comment.