Fixed playsound event. Added remove sounds OnComponentsRemove only when stopped playing.

This commit is contained in:
Stiffly
2014-05-27 00:36:54 +02:00
parent f4cd50b741
commit 3b96be2162
7 changed files with 104 additions and 80 deletions
+1
View File
@@ -11,6 +11,7 @@ struct PlaySound : Event
{
EntityID Emitter;
std::string Resource;
bool Loop;
};
}