Added initializers

This commit is contained in:
Robert Osfield 2016-06-22 12:08:10 +01:00
parent 1d7f75c490
commit a5ec8b7eda

View File

@ -111,8 +111,10 @@ class OSGDB_EXPORT ImagePager : public osg::NodeVisitor::ImageRequestHandler
{
ImageRequest():
osg::Referenced(true),
_frameNumber(0),
_timeToMergeBy(0.0),
_attachmentIndex(-1) {}
_attachmentIndex(-1),
_requestQueue(0) {}
unsigned int _frameNumber;
double _timeToMergeBy;