Fixed warnings
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user