summaryrefslogtreecommitdiff
path: root/scene/io/resource_format_wav.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/io/resource_format_wav.cpp')
-rw-r--r--scene/io/resource_format_wav.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/io/resource_format_wav.cpp b/scene/io/resource_format_wav.cpp
index 090348c933..00b800b28b 100644
--- a/scene/io/resource_format_wav.cpp
+++ b/scene/io/resource_format_wav.cpp
@@ -252,6 +252,7 @@ RES ResourceFormatLoaderWAV::load(const String &p_path, const String& p_original
if (r_error)
*r_error=OK;
+
return sample;
}