]> git.mxchange.org Git - flightgear.git/commit
Prevention of the creation of multiple OSG scene graph roots.
authorEdward d'Auvergne <edward@nmr-relax.com>
Tue, 3 May 2016 13:14:53 +0000 (15:14 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 22 Sep 2016 21:27:50 +0000 (23:27 +0200)
commit8ddfe51600d2f940c86116f25471ac27a44783a7
tree085854c360729e6b773433e62fac0367de6d4279
parent54b6a26840b96719407210ae18cf029e09ca3b8a
Prevention of the creation of multiple OSG scene graph roots.

As the scenery manager's init() function is called twice on start up, two OSG
scene graph roots would be created.  A number of scene graph branches would be
initalised on the first root, but then be lost as the second is created.  This
fixes the precipitation branch, for example.
src/Scenery/scenery.cxx