From: ehofman Date: Thu, 8 Jan 2004 10:38:29 +0000 (+0000) Subject: Updates to the alpha-test animation class X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=920c0fdb62abe6e94420313fa272a60534d37978;p=simgear.git Updates to the alpha-test animation class --- 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; };