1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 20:15:33 +00:00

Use simulationTime instead of referenceTime

This commit is contained in:
scrawl 2015-04-02 17:32:52 +02:00
parent ba3075dc11
commit 31adaf2495

View file

@ -70,7 +70,7 @@ FrameTimeSource::FrameTimeSource()
float FrameTimeSource::getValue(osg::NodeVisitor *nv)
{
return nv->getFrameStamp()->getReferenceTime();
return nv->getFrameStamp()->getSimulationTime();
}
KeyframeController::KeyframeController()