diff --git a/libs/openFrameworks/sound/ofAVEngineSoundPlayer.mm b/libs/openFrameworks/sound/ofAVEngineSoundPlayer.mm index c247df014c1..8294684ac43 100644 --- a/libs/openFrameworks/sound/ofAVEngineSoundPlayer.mm +++ b/libs/openFrameworks/sound/ofAVEngineSoundPlayer.mm @@ -976,7 +976,7 @@ - (void)positionMs:(int)value { - (int)positionMs { float timeSeconds = [self positionSeconds]; - return timeSeconds/1000.0; + return timeSeconds*1000.0; } - (float)positionSeconds{