mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03: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