mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 17:45:35 +00:00
Use simulationTime instead of referenceTime
This commit is contained in:
parent
ba3075dc11
commit
31adaf2495
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ FrameTimeSource::FrameTimeSource()
|
|||
|
||||
float FrameTimeSource::getValue(osg::NodeVisitor *nv)
|
||||
{
|
||||
return nv->getFrameStamp()->getReferenceTime();
|
||||
return nv->getFrameStamp()->getSimulationTime();
|
||||
}
|
||||
|
||||
KeyframeController::KeyframeController()
|
||||
|
|
Loading…
Reference in a new issue