We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589ca39 commit b72c285Copy full SHA for b72c285
1 file changed
editor/audio/audio_stream_editor_plugin.cpp
@@ -298,8 +298,8 @@ bool EditorInspectorPluginAudioStream::can_handle(Object *p_object) {
298
}
299
String cls = p_object->get_class();
300
return cls == "AudioStreamWAV" ||
301
- cls == "AudioStreamMP3" ||
302
- cls == "AudioStreamOggVorbis";
+ cls == "AudioStreamMP3" ||
+ cls == "AudioStreamOggVorbis";
303
304
305
void EditorInspectorPluginAudioStream::parse_begin(Object *p_object) {
0 commit comments