Lowered default multisample count

This commit is contained in:
Lucas Dower 2022-03-02 00:12:26 +00:00 committed by GitHub
parent ba3c507246
commit 10c1afa3eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,5 +12,5 @@ export namespace AppConfig {
export const DEBUG_ENABLED = true;
export const MULTISAMPLE_COUNT = 64;
export const MULTISAMPLE_COUNT = 16;
}