1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Implement partial multicore rendering

This commit is contained in:
Matt
2018-12-18 16:40:28 +01:00
parent 521b78390f
commit 37c3809744
40 changed files with 196 additions and 123 deletions

View File

@@ -1474,7 +1474,7 @@ int32_t scrolling_text_setup(paint_session* session, rct_string_id stringId, uin
{
assert(scrollingMode < MAX_SCROLLING_TEXT_MODES);
rct_drawpixelinfo* dpi = session->DPI;
rct_drawpixelinfo* dpi = &session->DPI;
if (dpi->zoom_level != 0)
return SPR_SCROLLING_TEXT_DEFAULT;