forked from mia/Aegisub
Originally committed to SVN as r157.
This commit is contained in:
parent
d54b705287
commit
41b140d6b0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue