You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libprojectM/ProjectM.hpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@ class PROJECTM_EXPORT ProjectM
296
296
bool m_presetLocked{false}; //!< If true, the preset change event will not be sent.
297
297
bool m_presetChangeNotified{false}; //!< Stores whether the user has been notified that projectM wants to switch the preset.
298
298
299
-
std::shared_ptr<Renderer::Platform::GLResolver> m_glResolver; //!< Function resolver for accessing GL backend. Stored for keeping ref count, may be null.
299
+
std::shared_ptr<Renderer::Platform::GLResolver> m_glResolver; //!< Function resolver for accessing GL backend. Stored for keeping ref count.
300
300
std::unique_ptr<PresetFactoryManager> m_presetFactoryManager; //!< Provides access to all available preset factories.
301
301
302
302
Audio::PCM m_audioStorage; //!< Audio data buffer and analyzer instance.
0 commit comments