質問編集履歴

1

minute

2017/06/12 14:39

投稿

xxxxxxx
xxxxxxx

スコア50

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  function Start () {
20
20
 
21
- minite = 0;
21
+ minute = 0;
22
22
 
23
23
  second = 0;
24
24
 
@@ -38,7 +38,7 @@
38
38
 
39
39
  if(second >= 60.0f) {
40
40
 
41
- minite++;
41
+ minute++;
42
42
 
43
43
  second = second - 60;
44
44