bumped webgl context limit (fixes #3729)

This commit is contained in:
Eugene Pankov
2021-04-24 11:05:37 +02:00
parent 8801839c7a
commit 767bc8e56f

View File

@@ -47,6 +47,7 @@ export class Application {
} }
app.commandLine.appendSwitch('disable-http-cache') app.commandLine.appendSwitch('disable-http-cache')
app.commandLine.appendSwitch('max-active-webgl-contexts', '9000')
app.commandLine.appendSwitch('lang', 'EN') app.commandLine.appendSwitch('lang', 'EN')
app.allowRendererProcessReuse = false app.allowRendererProcessReuse = false