From bf1f9c6421eb98a2547ad1227eba3147345f9045 Mon Sep 17 00:00:00 2001 From: "SND\\eagleeyestudios_cp" Date: Wed, 26 Feb 2014 18:19:59 +0000 Subject: [PATCH] Applied patch 15777 --- SoundSystems/ANX.SoundSystem.Windows.XAudio/Creator.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/SoundSystems/ANX.SoundSystem.Windows.XAudio/Creator.cs b/SoundSystems/ANX.SoundSystem.Windows.XAudio/Creator.cs index 7c3370d3..9499ee23 100644 --- a/SoundSystems/ANX.SoundSystem.Windows.XAudio/Creator.cs +++ b/SoundSystems/ANX.SoundSystem.Windows.XAudio/Creator.cs @@ -84,8 +84,6 @@ namespace ANX.SoundSystem.Windows.XAudio distanceScale = 1f; dopplerScale = 1f; speedOfSound = 343.5f; - - InitializeDevice(); } ~Creator()