You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Change number of launches in multilaunch test to 3
[ci skip]
This commit is contained in:
committed by
Michał Janiszewski
parent
b9e9ddfc1c
commit
21e65934d6
@@ -23,7 +23,7 @@ TEST(MultiLaunchTest, all)
|
||||
gOpenRCT2Headless = true;
|
||||
|
||||
core_init();
|
||||
for (int i = 0; i < 10; i++)
|
||||
for (int i = 0; i < 3; i++)
|
||||
{
|
||||
auto context = CreateContext();
|
||||
bool initialised = context->Initialise();
|
||||
|
||||
Reference in New Issue
Block a user