Fixes typo in sprite physics

This commit is contained in:
Viktor Lidholt
2015-10-07 14:05:11 -07:00
parent c363133da3
commit 020e749291

View File

@@ -16,7 +16,7 @@ class PhysicsBody {
Offset linearVelocity: Offset.zero,
double angularVelocity: 0.0,
this.linearDampening: 0.0,
double awakeangularDampening: 0.0,
double angularDampening: 0.0,
bool allowSleep: true,
bool awake: true,
bool fixedRotation: false,