diff options
Diffstat (limited to 'src/crepe/system/AudioSystem.cpp')
-rw-r--r-- | src/crepe/system/AudioSystem.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/system/AudioSystem.cpp b/src/crepe/system/AudioSystem.cpp index c8dae9d..b7ac1f2 100644 --- a/src/crepe/system/AudioSystem.cpp +++ b/src/crepe/system/AudioSystem.cpp @@ -48,7 +48,6 @@ void AudioSystem::update() { * play/pause/retrigger behavior). */ Sound & sound = this->resman.cache<Sound>(component.source); - sound.set_context(this->context); // TODO: lots of state diffing } |