Skip to content

Commit

Permalink
Revert "fix missing iterator increment (#2330)"
Browse files Browse the repository at this point in the history
This reverts commit 093ea5f.
  • Loading branch information
richardeakin committed May 3, 2024
1 parent 093ea5f commit ddbcffa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cinder/audio/Param.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ void Param::removeEventsAt( double time )
if( event.getTimeBegin() >= time ) {
if( contextDisabled ) {
eventIt = mEvents.erase( eventIt );
++eventIt;
}
else {
event.cancel();
Expand Down

0 comments on commit ddbcffa

Please sign in to comment.