summaryrefslogtreecommitdiffstats
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index da119a8..4db13d5 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -9,5 +9,5 @@ window.onload = async () => {
const renderer = new Renderer(canvas);
- await GameContext.load(renderer);
+ GameContext.load(renderer);
};