bugfix: read endbracket for fileversion 145 (introduced 25/8/2016)

This commit is contained in:
Laurens Voerman
2017-03-06 15:56:49 +01:00
parent 15a90f63b8
commit a2ce0a0e0f

View File

@@ -81,8 +81,8 @@ bool readParticle( osgDB::InputStream& is, osgParticle::Particle& p )
is >> is.END_BRACKET;
}
is >> is.END_BRACKET;
}
is >> is.END_BRACKET;
return true;
}