mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
(re) add collision yo noshape.dts
set all rigidshapedatas to default to noshape instead of blank to fix the lack of a basic collision mesh blocking datablock creation
This commit is contained in:
parent
3d488bbbf0
commit
e4d16a8c61
|
|
@ -263,6 +263,7 @@ RigidShapeData::RigidShapeData()
|
|||
|
||||
dustTrailEmitter = NULL;
|
||||
dustTrailID = 0;
|
||||
_setShape(ShapeAsset::smNoShapeAssetFallback);
|
||||
}
|
||||
|
||||
RigidShapeData::~RigidShapeData()
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue