We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343c7e7 commit 8420a4dCopy full SHA for 8420a4d
src/schemareader.cpp
@@ -790,6 +790,7 @@ void SchemaReader::ReadPulseBindings()
790
META_CONPRINTF( "Reading pulse_bindings...\n" );
791
792
auto pulse_bindings = GetRoot()->FindOrCreateMember( "pulse_bindings" );
793
+ pulse_bindings->SetArrayElementCount( 0 );
794
795
std::map<std::string, KeyValues3 *> domains;
796
ReadPulseDomains<MPulseLibraryBindings>( pulse_bindings, domains );
0 commit comments