mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
fahhh
This commit is contained in:
@@ -47,7 +47,7 @@ boost::filesystem::path getUserDirectory(bool create, FileSystemDir dir, const c
|
||||
}
|
||||
|
||||
DWORD flags = create ? CSIDL_FLAG_CREATE : 0;
|
||||
boost::filesystem::path robloxDir = "watrbx";
|
||||
boost::filesystem::path robloxDir = "Roblox";
|
||||
if (subDirectory)
|
||||
robloxDir /= subDirectory;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user