1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

Fix formatting

This commit is contained in:
Ted John
2022-03-24 23:34:57 +00:00
parent 46999c1222
commit 273fe52e74

View File

@@ -433,7 +433,7 @@ namespace OpenRCT2::Scripting
if (createNewImage)
{
auto bufferSize = size.width* size.height;
auto bufferSize = size.width * size.height;
dpi.bits = new uint8_t[bufferSize];
std::memset(dpi.bits, 0, bufferSize);