1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-04 21:40:03 +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) float FrameTimeSource::getValue(osg::NodeVisitor *nv)
{ {
return nv->getFrameStamp()->getReferenceTime(); return nv->getFrameStamp()->getSimulationTime();
} }
KeyframeController::KeyframeController() KeyframeController::KeyframeController()