Fixed bug. Sound not longer always in origin.

This commit is contained in:
Stiffly
2014-05-27 06:05:47 +02:00
parent 62adbdb2c8
commit 7e995fc8b7
4 changed files with 39 additions and 37 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ void InputManager::Update(double dt)
{
Events::PlaySound e;
e.Resource = "Sounds/WUB.mp3";
e.Emitter = 16;
e.Emitter = 66;
e.Loop = true;
EventBroker->Publish(e);
}