]> git.mxchange.org Git - simgear.git/commitdiff
Updates to the alpha-test animation class
authorehofman <ehofman>
Thu, 8 Jan 2004 10:38:29 +0000 (10:38 +0000)
committerehofman <ehofman>
Thu, 8 Jan 2004 10:38:29 +0000 (10:38 +0000)
simgear/scene/model/animation.hxx

index 3c73eb4775f29f6b0eb9c5a992ca7b0748d9e651..c0c7fc3964982bd52d1fc564e936e8dd34a796ff 100644 (file)
@@ -392,7 +392,6 @@ public:
   virtual void init();
 private:
   void setAlphaClampToBranch(ssgBranch *b, float clamp);
-  bool _done;
   float _alpha_clamp;
 };