Minor fixes and corrections

This commit is contained in:
JeffR 2026-05-31 11:53:41 -05:00
parent de26f519f9
commit b338510921
2 changed files with 2 additions and 2 deletions

View file

@ -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;