SDK/PhysicsComponent2D: Add missing parameter to SetMass

This commit is contained in:
Lynix
2018-10-20 23:52:32 +02:00
parent 5e45983953
commit 9674d7373c
3 changed files with 5 additions and 3 deletions

View File

@@ -221,6 +221,7 @@ Nazara Development Kit:
- PhysicsComponent2D now allows massless bodies (zero mass)
- ⚠️ Use of the new Angle class instead of floating point angle
- Added EntityOwner::Release
- Add missing `recomputeMoment` parameter to PhysicsComponent2D::SetMass
# 0.4: