You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Fix unitialized variables in core
This commit is contained in:
committed by
Rémi Verschelde
parent
e653473646
commit
d214867a7e
@@ -448,6 +448,7 @@ bool DirAccess::exists(String p_dir) {
|
||||
|
||||
DirAccess::DirAccess() {
|
||||
_access_type = ACCESS_FILESYSTEM;
|
||||
next_is_dir = false;
|
||||
}
|
||||
|
||||
DirAccess::~DirAccess() {
|
||||
|
||||
Reference in New Issue
Block a user