Skip to content

Commit

Permalink
Merge branch 'bradhowes-branch2'
Browse files Browse the repository at this point in the history
  • Loading branch information
richardeakin committed May 3, 2024
2 parents ddbcffa + 5e48010 commit 51c39a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cinder/audio/Param.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ void Param::removeEventsAt( double time )
if( event.getTimeBegin() >= time ) {
if( contextDisabled ) {
eventIt = mEvents.erase( eventIt );
continue;
}
else {
event.cancel();
Expand All @@ -365,6 +366,7 @@ void Param::removeEventsAt( double time )
else
event.mTimeCancel = time;
}
++eventIt;
}
}

Expand Down

0 comments on commit 51c39a5

Please sign in to comment.