fix incorrect font rendered on late load (#1555)

This commit is contained in:
David Luzar
2020-05-08 10:42:51 +02:00
committed by GitHub
parent 4696c9ee0e
commit 8c8458ceb0
3 changed files with 16 additions and 19 deletions

View File

@@ -1,4 +1,3 @@
// time in milliseconds
export const FONT_LOAD_THRESHOLD = 1000;
export const TAP_TWICE_TIMEOUT = 300;
export const INITAL_SCENE_UPDATE_TIMEOUT = 5000;