Skip to content

Commit

Permalink
Friction and Destroyable default to true, not false.
Browse files Browse the repository at this point in the history
  • Loading branch information
retropipes committed Oct 27, 2019
1 parent 9a2fa06 commit 1d07d83
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ private static enum OtherDataTypes {
// Constructors
public OtherProperties() {
this.otherData = new FlagStorage(OtherProperties.OTHER_DATA_TYPES);
this.setFriction(true);
this.setDestroyable(true);
}

// Methods
Expand Down

0 comments on commit 1d07d83

Please sign in to comment.