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

# Conflicts:
#	Engine/source/T3D/player.cpp
This commit is contained in:
AzaezelX 2025-04-28 14:28:54 -05:00
commit 618ddbc9ba
60 changed files with 1751 additions and 38 deletions

View file

@ -1923,7 +1923,7 @@ bool Player::onNewDataBlock( GameBaseData *dptr, bool reload )
onScaleChanged();
resetWorldBox();
scriptOnNewDataBlock();
scriptOnNewDataBlock(reload);
return true;
}