Replacement of commas with semicolons

This commit is contained in:
Hartwig
2017-10-22 15:04:33 +02:00
parent abb7f46371
commit 41e9cd3157
2 changed files with 3 additions and 3 deletions

View File

@@ -52,8 +52,8 @@ class OSGUTIL_EXPORT RenderLeaf : public osg::Referenced
{
_parent = 0;
_drawable = drawable;
_projection = projection,
_modelview = modelview,
_projection = projection;
_modelview = modelview;
_depth = depth;
_dynamic = (drawable->getDataVariance()==osg::Object::DYNAMIC);
_traversalNumber = traversalNumber;