You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fixes bugs found by Sonarcloud and Coverity
This commit is contained in:
@@ -1008,7 +1008,9 @@ String ResourceLoaderBinary::recognize(FileAccess *p_f) {
|
||||
|
||||
ResourceLoaderBinary::ResourceLoaderBinary() :
|
||||
translation_remapped(false),
|
||||
ver_format(0),
|
||||
f(NULL),
|
||||
importmd_ofs(0),
|
||||
error(OK) {
|
||||
|
||||
progress = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user