mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 03:21:25 +00:00
Initialize class/struct variables with default values in core/ and drivers/
This commit is contained in:
parent
18023cc3ed
commit
7bd03b7188
34 changed files with 221 additions and 228 deletions
|
|
@ -367,8 +367,6 @@ DirAccessWindows::DirAccessWindows() {
|
|||
p->h = INVALID_HANDLE_VALUE;
|
||||
current_dir = ".";
|
||||
|
||||
drive_count = 0;
|
||||
|
||||
#ifdef UWP_ENABLED
|
||||
Windows::Storage::StorageFolder ^ install_folder = Windows::ApplicationModel::Package::Current->InstalledLocation;
|
||||
change_dir(install_folder->Path->Data());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue