You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Merge pull request #21220 from Noshyaar/import-crash
Fix crash while importing corrupt wav
This commit is contained in:
@@ -233,7 +233,7 @@ Ref<AudioStreamSample> AudioEffectRecord::get_recording() const {
|
||||
w[i * 2 + 1] = rr[i];
|
||||
}
|
||||
} else {
|
||||
ERR_EXPLAIN("format not implemented");
|
||||
ERR_PRINT("Format not implemented.");
|
||||
}
|
||||
|
||||
Ref<AudioStreamSample> sample;
|
||||
|
||||
Reference in New Issue
Block a user