mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Yet another vfr fix
Originally committed to SVN as r156.
This commit is contained in:
parent
270e25a806
commit
d54b705287
@ -346,13 +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) {
|
||||
if (start) {
|
||||
if (FrameRateType == VFR) return PFrameAtTime(ms);
|
||||
else return PFrameAtTime(ms,start);
|
||||
}
|
||||
else {
|
||||
return PFrameAtTime(ms);
|
||||
}
|
||||
PFrameAtTime(ms,start);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user