Merge branch 'development' of https://github.com/TorqueGameEngines/Torque3D into alpha41/controllerCreaceCorrections

This commit is contained in:
AzaezelX 2026-03-17 15:46:45 -05:00
commit a074146603
57 changed files with 5351 additions and 236 deletions

View file

@ -5221,7 +5221,7 @@ bool Player::updatePos(const F32 travelTime)
Collision& colCheck = collisionList[i];
if (colCheck.object)
{
SceneObject* obj = static_cast<SceneObject*>(col.object);
SceneObject* obj = static_cast<SceneObject*>(colCheck.object);
if (obj->getTypeMask() & PlayerObjectType)
{
_handleCollision( colCheck );