diff --git a/direct/src/showbase/ppython b/direct/src/showbase/ppython index 9930ddfed5..c5140fe4fd 100755 --- a/direct/src/showbase/ppython +++ b/direct/src/showbase/ppython @@ -61,6 +61,10 @@ if [ "$FOURD" ]; then FOURD=`cygpath -w $FOURD` export FOURD fi +if [ "$PARALLAX" ]; then + PARALLAX=`cygpath -w $PARALLAX` + export PARALLAX +fi if [ "$TTMODELS" ]; then TTMODELS=`cygpath -w $TTMODELS` export TTMODELS