remove toast

GitOrigin-RevId: f4e9adf692392df1406f55b32e4a441caeb56f58
This commit is contained in:
Colin McMillen 2020-01-17 21:19:02 -05:00
parent 459e43186a
commit 2f75847615

View File

@ -162,7 +162,6 @@ namespace SemiColinGames {
public void Draw(SpriteBatch spriteBatch, Camera camera, GameTime time) {
int index = SpriteIndex(pose, time);
Debug.Toast("" + index);
Rectangle textureSource = new Rectangle(index * spriteSize, 0, spriteSize, spriteSize);
Vector2 spriteCenter = new Vector2(spriteSize / 2, spriteSize / 2);
SpriteEffects effect = facing == Facing.Right ?