aboutsummaryrefslogtreecommitdiff
path: root/SuperPolarity
diff options
context:
space:
mode:
Diffstat (limited to 'SuperPolarity')
-rw-r--r--SuperPolarity/SuperPolarity.cs2
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.