Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ UpdateParkPreview
Method
UpdateParkPreview
src/openrct2-ui/windows/LoadSave.cpp:399–406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
397
}
398
399
void UpdateParkPreview(const ParkPreview& preview)
400
{
401
_preview = preview;
402
if (ShowPreviews())
403
{
404
invalidate();
405
}
406
}
407
408
void DrawPreview(RenderTarget& rt)
409
{
Callers
1
LoadPreview
Method · 0.45
Calls
1
invalidate
Function · 0.50
Tested by
no test coverage detected