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:
|
private:
|
||||||
//! Currently used FileSystemType
|
//! Currently used FileSystemType
|
||||||
EFileSystemType FileSystemType;
|
EFileSystemType FileSystemType = FILESYSTEM_NATIVE;
|
||||||
//! WorkingDirectory for Native and Virtual filesystems
|
//! WorkingDirectory for Native and Virtual filesystems
|
||||||
io::path WorkingDirectory[2];
|
io::path WorkingDirectory[2];
|
||||||
//! currently attached ArchiveLoaders
|
//! currently attached ArchiveLoaders
|
||||||
|
Reference in New Issue
Block a user