Minor fixes

This commit is contained in:
Jérôme Leclercq
2021-02-15 18:17:30 +01:00
parent a6b5246633
commit 080fd9c7eb
6 changed files with 5 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ namespace Nz
{
OpenGLRenderWindow::OpenGLRenderWindow(RenderWindow& owner) :
m_currentFrame(0),
m_renderPass({}, {}, {}),
m_framebuffer(*this),
m_owner(owner)
{