diff options
Diffstat (limited to 'scene/io')
-rw-r--r-- | scene/io/resource_format_wav.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/io/resource_format_wav.cpp b/scene/io/resource_format_wav.cpp index 1e14d01f4e..0d64743d1e 100644 --- a/scene/io/resource_format_wav.cpp +++ b/scene/io/resource_format_wav.cpp @@ -136,7 +136,7 @@ RES ResourceFormatLoaderWAV::load(const String &p_path, const String& p_original break; } - /* Dont need anything else, continue */ + /* Don't need anything else, continue */ format_found=true; } |