Skip to content

Commit

Permalink
Fixed indentation for real
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhowes authored Jun 18, 2020
1 parent 1a4153f commit de9710c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cinder/audio/Param.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ void Param::removeEventsAt( double time )
if( event.getTimeBegin() >= time ) {
if( contextDisabled ) {
eventIt = mEvents.erase( eventIt );
continue;
continue;
}
else {
event.cancel();
Expand Down

0 comments on commit de9710c

Please sign in to comment.