Skip to content

Commit

Permalink
fix: キャラクターが歩くとき重なってしまうことがあるバグを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
teramotodaiki committed Jan 4, 2019
1 parent e50d18f commit d558d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hackforplay/object/object.ts
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ export default class RPGObject extends enchant.Sprite implements N.INumbers {

// 移動
this.moveTo(x, y);
this.updateCollider(); // TODO: 動的プロパティ

this.dispatchEvent(new enchant.Event('walkmove'));

Expand Down

0 comments on commit d558d9e

Please sign in to comment.