diff options
Diffstat (limited to 'SuperPolarity')
| -rw-r--r-- | SuperPolarity/SuperPolarity.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SuperPolarity/SuperPolarity.cs b/SuperPolarity/SuperPolarity.cs index 6b2b9d5..12303a0 100644 --- a/SuperPolarity/SuperPolarity.cs +++ b/SuperPolarity/SuperPolarity.cs @@ -85,7 +85,7 @@ namespace SuperPolarity { MediaPlayer.IsRepeating = true; - GameSong = Content.Load<Song>("Sound\\polaritytheme.wav"); + GameSong = Content.Load<Song>("Sound\\polaritytheme"); GameOverSound = Content.Load<SoundEffect>("Sound\\gameover"); // Create a new SpriteBatch, which can be used to draw textures. |