From ee32ba66683c57cc3c2f5cc45d6826b67b17f855 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 1 Sep 2007 22:04:30 +0000 Subject: [PATCH] publish EggSwitchConditionDistance --- panda/src/egg/eggSwitchCondition.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);