mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Main: Create user data dir in setup()
Custom backport of #39563 with preliminary change to make
`OS::ensure_user_data_dir()` public as done in f8a79a9.
Fixes #32488.
This commit is contained in:
parent
292bbb870f
commit
d6fecf7686
8 changed files with 6 additions and 12 deletions
|
|
@ -340,8 +340,6 @@ Error OS_UWP::initialize(const VideoMode &p_desired, int p_video_driver, int p_a
|
|||
ref new TypedEventHandler<Gyrometer ^, GyrometerReadingChangedEventArgs ^>(managed_object, &ManagedType::on_gyroscope_reading_changed);
|
||||
}
|
||||
|
||||
_ensure_user_data_dir();
|
||||
|
||||
if (is_keep_screen_on())
|
||||
display_request->RequestActive();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue