From 288d29dd53db9ce509bf84bb1ab4544d12eee4e4 Mon Sep 17 00:00:00 2001 From: Josef Vonasek Date: Thu, 23 May 2019 14:32:10 +0200 Subject: [PATCH] Fix: Dont try to load font. --- src/heuristic.coffee | 2 +- src/main.coffee | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/heuristic.coffee b/src/heuristic.coffee index 61aeb6c..0bb9fdf 100644 --- a/src/heuristic.coffee +++ b/src/heuristic.coffee @@ -263,7 +263,7 @@ readCSV = (file) -> e++ yield t -state = new State readCSV '../data/ImgZen' +state = new State readCSV '../data/Nat/27f' i=0 for graph from state.iter() diff --git a/src/main.coffee b/src/main.coffee index 9304878..bc372e2 100644 --- a/src/main.coffee +++ b/src/main.coffee @@ -43,8 +43,8 @@ addLine = (s, t) -> main = () -> - basegl.fontManager.register 'SourceCodePro', 'fonts/SourceCodePro.ttf' - await basegl.fontManager.load 'SourceCodePro' +# basegl.fontManager.register 'SourceCodePro', 'fonts/SourceCodePro.ttf' +# await basegl.fontManager.load 'SourceCodePro' new KeyboardMouseReactor scene