]> 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:34 +0000 (23:27 +0200)
commitab2c01c6a97acb132082ac0ff9140a9f463c31d0
treec1bad762fae768a54f3bb7b11dd1e06aa1128aca
parent8883bc08078b4939bf246bc44da2bd7b96fcccea
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
src/Scenery/scenery.hxx