missing initialization added

This commit is contained in:
Uwe Rathmann 2023-12-27 08:51:12 +01:00
parent 67f0df44af
commit ff10fc6fc1

View File

@ -75,7 +75,7 @@ namespace
QskSceneTexture* m_texture = nullptr;
#if QT_VERSION < QT_VERSION_CHECK( 6, 0, 0 )
QOpenGLFramebufferObject* m_fbo;
QOpenGLFramebufferObject* m_fbo = nullptr;
#endif
#if QT_VERSION < QT_VERSION_CHECK( 6, 4, 0 )