Disable the GPU timer by default

This commit is contained in:
schmelczerandras 2020-09-29 17:21:17 +02:00
parent bd1eb1102e
commit d241f36866
4 changed files with 19 additions and 5 deletions

View file

@ -7,4 +7,5 @@ export const defaultStartupSettings: StartupSettings = {
shadowTraceCount: 16,
paletteSize: 256,
ignoreWebGL2: false,
enableStopwatch: true,
};