mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 14:24:33 +01:00
Fix outPath not set in platform_get_user_directory
This commit is contained in:
@@ -1166,6 +1166,7 @@ void platform_get_user_directory(utf8 * outPath, const utf8 * subDirectory, size
|
||||
{
|
||||
path = Path::Combine(path, subDirectory);
|
||||
}
|
||||
String::Set(outPath, outSize, path.c_str());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user