Format code
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Scampz.GameJam
|
||||
private AudioClip GetAudioClip()
|
||||
{
|
||||
var terrainType = TerrainTypeFinder.Find();
|
||||
switch(terrainType)
|
||||
switch (terrainType)
|
||||
{
|
||||
case TerrainType.Grass:
|
||||
return grassStep;
|
||||
|
||||
Reference in New Issue
Block a user