mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fixes typo in sprite physics
This commit is contained in:
parent
c363133da3
commit
020e749291
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user