You've already forked godot
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:
committed by
Rémi Verschelde
parent
e653473646
commit
d214867a7e
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user