Does not delete emitters that are paused and has not yet been played.
This commit is contained in:
@@ -26,8 +26,9 @@
|
||||
struct Source
|
||||
{
|
||||
Source() { }
|
||||
Sound* SoundResource;
|
||||
Sound* SoundResource = nullptr;
|
||||
ALuint ALsource;
|
||||
bool HasBeenPlayed = false;
|
||||
};
|
||||
|
||||
class SoundSystem
|
||||
|
||||
Reference in New Issue
Block a user