mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix CFileSystem::FileSystemType related UB (#15669)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user