1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Remove Platform::CoreInit

This commit is contained in:
ζeh Matt
2023-06-27 23:14:30 +03:00
parent 484523f82f
commit ac583569da
14 changed files with 0 additions and 24 deletions

View File

@@ -490,7 +490,6 @@ int32_t CommandLineForGfxbench(const char** argv, int32_t argc)
return -1;
}
Platform::CoreInit();
int32_t iterationCount = 5;
if (argc == 2)
{
@@ -587,7 +586,6 @@ int32_t CommandLineForScreenshot(const char** argv, int32_t argc, ScreenshotOpti
DrawPixelInfo dpi;
try
{
Platform::CoreInit();
bool customLocation = false;
bool centreMapX = false;
bool centreMapY = false;