]> git.mxchange.org Git - simgear.git/commitdiff
warning--
authormfranz <mfranz>
Thu, 9 Mar 2006 16:17:35 +0000 (16:17 +0000)
committermfranz <mfranz>
Thu, 9 Mar 2006 16:17:35 +0000 (16:17 +0000)
simgear/scene/model/animation.cxx

index faec6334f9751a4319eea14c6caeaa61d2cb0c00..5dddc5bd23f567dacef0b97eefc44fd3a4c5f43a 100644 (file)
@@ -1123,8 +1123,8 @@ void SGAlphaTestAnimation::setAlphaClampToBranch(ssgBranch *b, float clamp)
 SGMaterialAnimation::SGMaterialAnimation( SGPropertyNode *prop_root,
         SGPropertyNode_ptr props, const SGPath &texture_path)
     : SGAnimation(props, new ssgBranch),
-    _prop_root(prop_root),
     _last_condition(false),
+    _prop_root(prop_root),
     _prop_base(""),
     _texture_base(texture_path),
     _cached_material(0),