mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-06-08 06:26:40 +00:00
Minor fixes and corrections
This commit is contained in:
parent
de26f519f9
commit
b338510921
2 changed files with 2 additions and 2 deletions
|
|
@ -6184,7 +6184,7 @@ void Player::updateWorkingCollisionSet()
|
|||
if (mDataBlock->shapeAssetRef.isNull())
|
||||
return;
|
||||
|
||||
Resource<TSShape> shape = mDataBlock->shapeFPAssetRef->assetPtr->getShapeResource();
|
||||
Resource<TSShape> shape = mDataBlock->shapeAssetRef.assetPtr->getShapeResource();
|
||||
if (!shape)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue