質問編集履歴
2
誤字
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 *
|
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
写真
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
|
+

|