Browse Source

rm spurious printout

GitOrigin-RevId: 46f378f289
master
Colin McMillen 4 years ago
parent
commit
1c7e058cb9
  1. 1
      Jumpy.Shared/JumpyGame.cs

1
Jumpy.Shared/JumpyGame.cs

@ -55,7 +55,6 @@ namespace Jumpy {
// Called once per game. Loads all game content.
protected override void LoadContent() {
Console.WriteLine("LoadContent()");
spriteBatch = new SpriteBatch(GraphicsDevice);
font = Content.Load<SpriteFont>("font");
// TODO: decouple things like Player and World from their textures.

Loading…
Cancel
Save