teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

誤字

2019/07/16 01:54

投稿

tkr218
tkr218

スコア11

title CHANGED
File without changes
body CHANGED
@@ -121,7 +121,7 @@
121
121
  {
122
122
  for (int y = 0; y < 2 * s + 1; y++)
123
123
  {
124
- for (int x = 0; x < 2 * y + 1; x++)
124
+ for (int x = 0; x < 2 * s + 1; x++)
125
125
  {
126
126
  if (x == 0 || y == 0 || x == 2 * s || y == 2 * s)
127
127
  {

1

写真

2019/07/16 01:54

投稿

tkr218
tkr218

スコア11

title CHANGED
File without changes
body CHANGED
@@ -164,8 +164,7 @@
164
164
  {
165
165
  Instantiate(cube, new Vector3(x, 0.5f, y), Quaternion.identity);
166
166
  }
167
- }
167
+ } }
168
- }
169
168
  }
170
169
  }
171
170
 
@@ -178,4 +177,5 @@
178
177
  }
179
178
  }
180
179
 
181
- ```C#
180
+ ```C#
181
+ ![イメージ説明](0a2adda0f41d1e423760111b17771add.png)