mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 23:34:37 +01:00
Implement partial multicore rendering
This commit is contained in:
@@ -43,7 +43,7 @@ namespace TestPaint
|
||||
rct_drawpixelinfo dpi = {};
|
||||
dpi.zoom_level = 1;
|
||||
RCT2_Unk140E9A8 = &dpi;
|
||||
gPaintSession.DPI = &dpi;
|
||||
gPaintSession.DPI = dpi;
|
||||
|
||||
{
|
||||
Ride ride = {};
|
||||
|
||||
Reference in New Issue
Block a user