fixed various caching issues when rapidly changing values
This commit is contained in:
@@ -92,7 +92,7 @@ void TimeRuler::SetTimebase(const rational &r)
|
||||
update();
|
||||
}
|
||||
|
||||
const int64_t &TimeRuler::Time()
|
||||
const int64_t &TimeRuler::GetTime()
|
||||
{
|
||||
return time_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user