summaryrefslogtreecommitdiff
path: root/servers/audio/effects/audio_effect_eq.h
diff options
context:
space:
mode:
Diffstat (limited to 'servers/audio/effects/audio_effect_eq.h')
-rw-r--r--servers/audio/effects/audio_effect_eq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/audio/effects/audio_effect_eq.h b/servers/audio/effects/audio_effect_eq.h
index 38c63a7d4f..b99727d7c0 100644
--- a/servers/audio/effects/audio_effect_eq.h
+++ b/servers/audio/effects/audio_effect_eq.h
@@ -66,7 +66,7 @@ protected:
static void _bind_methods();
public:
- Ref<AudioEffectInstance> instance() override;
+ Ref<AudioEffectInstance> instantiate() override;
void set_band_gain_db(int p_band, float p_volume);
float get_band_gain_db(int p_band) const;
int get_band_count() const;