mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 19:56:13 +01:00
Rename String methods to use lowerCamelCase
This commit is contained in:
@@ -87,7 +87,7 @@ void AssetPackManager::Scan(const fs::path& directory)
|
||||
if (!entry.is_directory())
|
||||
{
|
||||
auto path = entry.path().u8string();
|
||||
if (String::EndsWith(path, ".parkap", true))
|
||||
if (String::endsWith(path, ".parkap", true))
|
||||
{
|
||||
AddAssetPack(path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user