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