1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-02 16:48:55 +00:00

Fix unitialized variables in core

This commit is contained in:
Bastien JAUNY
2021-10-10 17:49:50 +02:00
committed by Rémi Verschelde
parent e653473646
commit d214867a7e
17 changed files with 43 additions and 3 deletions

View File

@@ -937,7 +937,9 @@ String ResourceInteractiveLoaderBinary::recognize(FileAccess *p_f) {
ResourceInteractiveLoaderBinary::ResourceInteractiveLoaderBinary() :
translation_remapped(false),
ver_format(0),
f(nullptr),
importmd_ofs(0),
error(OK),
stage(0) {
}