Demo version adjustments

This commit is contained in:
tobspr 2021-06-30 10:17:16 +02:00
parent 479539d9b8
commit 232ad79c02
2 changed files with 49 additions and 49 deletions

View file

@ -7,7 +7,7 @@ export const IS_DEBUG =
export const SUPPORT_TOUCH = false;
export const IS_MAC = navigator.platform.toLowerCase().indexOf("mac") >= 0;
export const IS_MAC = navigator.platform.toLowerCase().indexOf("mac") >= 0 && !G_IS_DEV;
const smoothCanvas = true;