Fixed playsound event. Added remove sounds OnComponentsRemove only when stopped playing.
This commit is contained in:
@@ -11,6 +11,7 @@ struct PlaySound : Event
|
||||
{
|
||||
EntityID Emitter;
|
||||
std::string Resource;
|
||||
bool Loop;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user