diff --git a/panda/src/egg/eggSwitchCondition.h b/panda/src/egg/eggSwitchCondition.h index b23151e9fe..fa35f064f7 100644 --- a/panda/src/egg/eggSwitchCondition.h +++ b/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 ¢er, double fade = 0.0);