Commit 020e7492 authored by Viktor Lidholt's avatar Viktor Lidholt

Fixes typo in sprite physics

parent c363133d
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment