Originally committed to SVN as r157.

This commit is contained in:
Rodrigo Braz Monteiro 2006-02-24 22:57:24 +00:00
parent d54b705287
commit 41b140d6b0
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}