| Index: sky/engine/core/frame/Settings.cpp
|
| diff --git a/sky/engine/core/frame/Settings.cpp b/sky/engine/core/frame/Settings.cpp
|
| index f4bf9545084ea9ba4c10d242e22dc2f97e9e5093..29160134774f0388230c112c8fe5288a032eff83 100644
|
| --- a/sky/engine/core/frame/Settings.cpp
|
| +++ b/sky/engine/core/frame/Settings.cpp
|
| @@ -38,7 +38,8 @@ static const bool defaultSmartInsertDeleteEnabled = false;
|
| #endif
|
|
|
| Settings::Settings()
|
| - : m_openGLMultisamplingEnabled(false)
|
| + : m_delegate(nullptr)
|
| + , m_openGLMultisamplingEnabled(false)
|
| SETTINGS_INITIALIZER_LIST
|
| {
|
| }
|
|
|