Fix formatting

This commit is contained in:
Ted John 2022-03-24 23:34:57 +00:00
parent 46999c1222
commit 273fe52e74
1 changed files with 1 additions and 1 deletions

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);