We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008e553 commit a32a4e8Copy full SHA for a32a4e8
Assets/Global Scripts/LevelGenerator.cs
@@ -36,7 +36,7 @@ private void Update()
36
}
37
38
[ExecuteInEditMode]
39
- public virtual void GenerateMap()
+ public void GenerateMap()
40
{
41
ClearMap();
42
int[,] map = new int[width, height];
0 commit comments