mirror of https://github.com/odrling/Aegisub
Originally committed to SVN as r157.
This commit is contained in:
parent
d54b705287
commit
41b140d6b0
|
@ -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 New Issue