瀏覽代碼

bumped webgl context limit (fixes #3729)

Eugene Pankov 4 年之前
父節點
當前提交
767bc8e56f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/lib/app.ts

+ 1 - 0
app/lib/app.ts

@@ -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