mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
fix ppremake compilation error with soft body mesh code
This commit is contained in:
parent
64415a4352
commit
4a74961882
@ -113,7 +113,7 @@
|
|||||||
physxShapeDesc.I physxShapeDesc.h \
|
physxShapeDesc.I physxShapeDesc.h \
|
||||||
physxSoftBody.I physxSoftBody.h \
|
physxSoftBody.I physxSoftBody.h \
|
||||||
physxSoftBodyDesc.I physxSoftBodyDesc.h \
|
physxSoftBodyDesc.I physxSoftBodyDesc.h \
|
||||||
physxSoftMeshBody.I physxSoftMeshBody.h \
|
physxSoftBodyMesh.I physxSoftBodyMesh.h \
|
||||||
physxSoftBodyMeshDesc.I physxSoftBodyMeshDesc.h \
|
physxSoftBodyMeshDesc.I physxSoftBodyMeshDesc.h \
|
||||||
physxSoftBodyNode.I physxSoftBodyNode.h \
|
physxSoftBodyNode.I physxSoftBodyNode.h \
|
||||||
physxSphere.I physxSphere.h \
|
physxSphere.I physxSphere.h \
|
||||||
@ -240,7 +240,7 @@
|
|||||||
physxShapeDesc.cxx \
|
physxShapeDesc.cxx \
|
||||||
physxSoftBody.cxx \
|
physxSoftBody.cxx \
|
||||||
physxSoftBodyDesc.cxx \
|
physxSoftBodyDesc.cxx \
|
||||||
physxSoftMeshBody.cxx \
|
physxSoftBodyMesh.cxx \
|
||||||
physxSoftBodyMeshDesc.cxx \
|
physxSoftBodyMeshDesc.cxx \
|
||||||
physxSoftBodyNode.cxx \
|
physxSoftBodyNode.cxx \
|
||||||
physxSphere.cxx \
|
physxSphere.cxx \
|
||||||
@ -367,7 +367,7 @@
|
|||||||
physxShapeDesc.I physxShapeDesc.h \
|
physxShapeDesc.I physxShapeDesc.h \
|
||||||
physxSoftBody.I physxSoftBody.h \
|
physxSoftBody.I physxSoftBody.h \
|
||||||
physxSoftBodyDesc.I physxSoftBodyDesc.h \
|
physxSoftBodyDesc.I physxSoftBodyDesc.h \
|
||||||
physxSoftMeshBody.I physxSoftMeshBody.h \
|
physxSoftBodyMesh.I physxSoftBodyMesh.h \
|
||||||
physxSoftBodyMeshDesc.I physxSoftBodyMeshDesc.h \
|
physxSoftBodyMeshDesc.I physxSoftBodyMeshDesc.h \
|
||||||
physxSoftBodyNode.I physxSoftBodyNode.h \
|
physxSoftBodyNode.I physxSoftBodyNode.h \
|
||||||
physxSphere.I physxSphere.h \
|
physxSphere.I physxSphere.h \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user