Browse Source

publish EggSwitchConditionDistance

David Rose 18 years ago
parent
commit
ee32ba6668
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/egg/eggSwitchCondition.h

+ 1 - 1
panda/src/egg/eggSwitchCondition.h

@@ -68,7 +68,7 @@ private:
 //               based on distance from the camera's eyepoint.
 ////////////////////////////////////////////////////////////////////
 class EXPCL_PANDAEGG EggSwitchConditionDistance : public EggSwitchCondition {
-public:
+PUBLISHED:
   EggSwitchConditionDistance(double switch_in, double switch_out,
                              const LPoint3d &center, double fade = 0.0);