1
0
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:
cosin15
2025-01-11 16:42:36 +01:00
committed by GitHub
parent e5542e5b02
commit 37899f7a14

View File

@@ -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