mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Fix CFileSystem::FileSystemType related UB (#15669)
This commit is contained in:
parent
e5542e5b02
commit
37899f7a14
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ public:
|
|||
|
||||
private:
|
||||
//! Currently used FileSystemType
|
||||
EFileSystemType FileSystemType;
|
||||
EFileSystemType FileSystemType = FILESYSTEM_NATIVE;
|
||||
//! WorkingDirectory for Native and Virtual filesystems
|
||||
io::path WorkingDirectory[2];
|
||||
//! currently attached ArchiveLoaders
|
||||
|
|
Loading…
Add table
Reference in a new issue