weird issue

This commit is contained in:
Ben Kyd
2019-07-30 01:53:05 +01:00
parent 71e1d5d713
commit 8c849318db
2 changed files with 3 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ void ProgressiveRenderer::Render() {
}
}
std::cout << "frame" << std::endl;
// Swap framebuffers
m_interface->Update();
}