X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fcarfire;a=blobdiff_plain;f=CarFire%2FCarFire%2FCarFire%2FAnimateMelee.cs;h=3fc08676a6626b153f63f1408c5b64119c146cb2;hp=613c594a4f3a010cbb7dea44fb67b4dcbef0a7c2;hb=HEAD;hpb=e9d9fd4070f8b3e30c9c4510f922609d7d84ceac diff --git a/CarFire/CarFire/CarFire/AnimateMelee.cs b/CarFire/CarFire/CarFire/AnimateMelee.cs index 613c594..3fc0867 100644 --- a/CarFire/CarFire/CarFire/AnimateMelee.cs +++ b/CarFire/CarFire/CarFire/AnimateMelee.cs @@ -393,7 +393,7 @@ namespace CarFire //SpriteTexture.Load(character.GraphicsDevice, contentManager, ph, 8, 12, true, row); if(changedGraphic) - SpriteTexture.Load(character.GraphicsDevice, contentManager, ph, 8, 12, true, 1); + SpriteTexture.Load(character.GraphicsDevice, contentManager, ph, 8, 12, false, 1); //viewport = graphics.GraphicsDevice.Viewport; position = new Vector2(Player.Coordinates.X*Map.PixelsToUnitSquares, Player.Coordinates.Y*Map.PixelsToUnitSquares);//viewport.Width / 2, 0);//viewport.Height / 2f);