回答編集履歴

1

詳細に

2019/09/04 01:42

投稿

unhappychoice
unhappychoice

スコア1531

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  func touchesBegan {
10
10
 
11
- if (touchesBeganIsStarted) { return } // フラグ立っていたら実行しない
11
+ if (touchesBeganIsStarted) { return } // 既に実行中でフラグ立っていたら実行しない
12
12
 
13
13
  // 実際に touchesEnded リスナーを呼ぶ処理
14
14