mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +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
2 changed files with 1 additions and 0 deletions
|
|
@ -263,6 +263,7 @@ RigidShapeData::RigidShapeData()
|
|||
|
||||
dustTrailEmitter = NULL;
|
||||
dustTrailID = 0;
|
||||
_setShape(ShapeAsset::smNoShapeAssetFallback);
|
||||
}
|
||||
|
||||
RigidShapeData::~RigidShapeData()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue