-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the initialization of the Matrix1000 global settings definitio…
…ns to lazy shared ptr instead of static, because the static juce::var copy constructor suddenly came crashing on me after the build system change and switch to JUCE6. I had liked to use the juce::SharedResourcePointer, but that also initializes immediately. I presume I was dependent on the order of static library intializers, and that never is a good thing.
- Loading branch information
1 parent
7a1d9f7
commit c0c833c
Showing
1 changed file
with
42 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters