diff --git a/core/vfr.cpp b/core/vfr.cpp index fdfa73cfb..93458f740 100644 --- a/core/vfr.cpp +++ b/core/vfr.cpp @@ -346,7 +346,7 @@ int FrameRate::PTimeAtFrame(int frame) { // returns the adjusted time for end frames when start=false // otherwise for start frames int FrameRate::GetFrameAtTime(int ms,bool start) { - PFrameAtTime(ms,start); + return PFrameAtTime(ms,start); }