Explorar el Código

fix case of asset for linux

Edward Rudd hace 13 años
padre
commit
d88d47df49
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CatapultNetWars/Players/Human.cs

+ 1 - 1
CatapultNetWars/Players/Human.cs

@@ -79,7 +79,7 @@ namespace CatapultGame
 
 		public override void Initialize ()
 		{
-			arrow = curGame.Content.Load<Texture2D> ("Textures/HUD/arrow");
+			arrow = curGame.Content.Load<Texture2D> ("Textures/HUD/Arrow");
 
 			Catapult.Initialize ();