From d9356b0f8671051e4a1b6b3f84cbf1d0a0ba082d Mon Sep 17 00:00:00 2001 From: mfranz Date: Thu, 9 Mar 2006 16:17:35 +0000 Subject: [PATCH] warning-- --- simgear/scene/model/animation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/scene/model/animation.cxx b/simgear/scene/model/animation.cxx index faec6334..5dddc5bd 100644 --- a/simgear/scene/model/animation.cxx +++ b/simgear/scene/model/animation.cxx @@ -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), -- 2.39.5