aboutsummaryrefslogtreecommitdiff
path: root/scene/io/resource_format_wav.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-09-26 14:50:42 -0300
committerJuan Linietsky2015-09-26 14:50:42 -0300
commitc858515785e2406bfc07da587ffc3bb353b7504c (patch)
treefcde74c2f42288dc95c1c7d3680f78f6398929c2 /scene/io/resource_format_wav.cpp
parentce6fefced8b0ac6d3be886db5ee1234dba7ec544 (diff)
downloadgodot-c858515785e2406bfc07da587ffc3bb353b7504c.tar.gz
godot-c858515785e2406bfc07da587ffc3bb353b7504c.tar.zst
godot-c858515785e2406bfc07da587ffc3bb353b7504c.zip
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 090348c93..00b800b28 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;
}