mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
pmodels to pmockup
This commit is contained in:
parent
cf6a95c0ed
commit
d1f9162c8e
@ -115,10 +115,10 @@ if [ "$TTMODELS" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Pirates models
|
# Pirates models
|
||||||
if [ "$PMODELS" ]; then
|
if [ "$PMOCKUP" ]; then
|
||||||
if [ "$debug" ]; then echo "PMODELS $PMODELS"; fi
|
if [ "$debug" ]; then echo "PMOCKUP $PMOCKUP"; fi
|
||||||
PMODELS=`cygpath -w $PMODELS`
|
PMOCKUP=`cygpath -w $PMOCKUP`
|
||||||
export PMODELS
|
export PMOCKUP
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$BARMODELS" ]; then
|
if [ "$BARMODELS" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user