Fixed warnings

This commit is contained in:
Robert Osfield
2008-12-17 17:11:13 +00:00
parent c01ed02147
commit 288e1853b9
5 changed files with 12 additions and 20 deletions

View File

@@ -138,9 +138,11 @@ WindowCaptureCallback::ContextData::ContextData(osg::GraphicsContext* gc, Mode m
_reportTimingFrequency(100),
_numTimeValuesRecorded(0),
_timeForReadPixels(0.0),
_timeForFullCopy(0.0),
_timeForMemCpy(0.0),
_captureOperation(0)
_timeForCaptureOperation(0.0),
_timeForFullCopy(0.0),
_timeForFullCopyAndOperation(0.0),
_previousFrameTick(0)
{
_previousFrameTick = osg::Timer::instance()->tick();