bugfix: read endbracket for fileversion 145 (introduced 25/8/2016)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user