Skip to content

Instantly share code, notes, and snippets.

@boo1ean
Created July 7, 2013 20:22
Show Gist options
  • Save boo1ean/5944775 to your computer and use it in GitHub Desktop.
Save boo1ean/5944775 to your computer and use it in GitHub Desktop.
// Line 271
if (entity.fixedRotation === true) {
bodyDef.fixedRotation = true;
} else {
bodyDef.angularDamping = entity.angularDamping;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment