1
0
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:
Matt
2018-12-18 16:40:28 +01:00
parent 521b78390f
commit 37c3809744
40 changed files with 196 additions and 123 deletions

View File

@@ -43,7 +43,7 @@ namespace TestPaint
rct_drawpixelinfo dpi = {};
dpi.zoom_level = 1;
RCT2_Unk140E9A8 = &dpi;
gPaintSession.DPI = &dpi;
gPaintSession.DPI = dpi;
{
Ride ride = {};