From 920c0fdb62abe6e94420313fa272a60534d37978 Mon Sep 17 00:00:00 2001 From: ehofman Date: Thu, 8 Jan 2004 10:38:29 +0000 Subject: [PATCH] Updates to the alpha-test animation class --- simgear/scene/model/animation.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/simgear/scene/model/animation.hxx b/simgear/scene/model/animation.hxx index 3c73eb47..c0c7fc39 100644 --- a/simgear/scene/model/animation.hxx +++ b/simgear/scene/model/animation.hxx @@ -392,7 +392,6 @@ public: virtual void init(); private: void setAlphaClampToBranch(ssgBranch *b, float clamp); - bool _done; float _alpha_clamp; }; -- 2.39.5