aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/AudioSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/system/AudioSystem.cpp')
-rw-r--r--src/crepe/system/AudioSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/system/AudioSystem.cpp b/src/crepe/system/AudioSystem.cpp
index b7ac1f2..6c30b85 100644
--- a/src/crepe/system/AudioSystem.cpp
+++ b/src/crepe/system/AudioSystem.cpp
@@ -47,7 +47,7 @@ void AudioSystem::update() {
* using the same underlying instance of Sound (esp. w/
* play/pause/retrigger behavior).
*/
- Sound & sound = this->resman.cache<Sound>(component.source);
+ // Sound & sound = this->resource_manager.get<Sound>(component);
// TODO: lots of state diffing
}