diff options
author | Micky <micheledevita2@gmail.com> | 2024-11-09 20:45:26 +0100 |
---|---|---|
committer | Micky <micheledevita2@gmail.com> | 2024-11-12 17:44:45 +0100 |
commit | eaebb3f8644cb2e793645dc71f8c038f61897bed (patch) | |
tree | 908576bcfb87b9430ad449bf1541e06feae09b72 /doc/classes/AudioEffectSpectrumAnalyzerInstance.xml | |
parent | caff0ff591ed63234474c46a6fd868661aa8ea01 (diff) | |
download | redot-engine-eaebb3f8644cb2e793645dc71f8c038f61897bed.tar.gz |
Fix more miscellaneous oddities around the class reference
Diffstat (limited to 'doc/classes/AudioEffectSpectrumAnalyzerInstance.xml')
-rw-r--r-- | doc/classes/AudioEffectSpectrumAnalyzerInstance.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml b/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml index 184f80db2e..833ccafa6f 100644 --- a/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml +++ b/doc/classes/AudioEffectSpectrumAnalyzerInstance.xml @@ -5,7 +5,7 @@ </brief_description> <description> The runtime part of an [AudioEffectSpectrumAnalyzer], which can be used to query the magnitude of a frequency range on its host bus. - An instance of this class can be acquired with [method AudioServer.get_bus_effect_instance]. + An instance of this class can be obtained with [method AudioServer.get_bus_effect_instance]. </description> <tutorials> <link title="Audio Spectrum Visualizer Demo">https://godotengine.org/asset-library/asset/2762</link> |