mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 00:04:43 +01:00
Rename String methods to use lowerCamelCase
This commit is contained in:
@@ -34,7 +34,7 @@ namespace OpenRCT2
|
||||
}
|
||||
else
|
||||
{
|
||||
size_t numBytes = String::SizeOf(str) + 1;
|
||||
size_t numBytes = String::sizeOf(str) + 1;
|
||||
Write(str, numBytes);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user