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

This commit is contained in:
AzaezelX 2025-04-26 10:11:13 -05:00
commit 20976b485c
28 changed files with 176 additions and 84 deletions

View file

@ -74,7 +74,10 @@ struct WheeledVehicleTire: public SimDataBlock
void packData(BitStream* stream) override;
void unpackData(BitStream* stream) override;
void onShapeChanged() {}
void onShapeChanged()
{
reloadOnLocalClient();
}
};