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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user