Skip to content

Commit

Permalink
Fix: Dont try to load font.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesanov committed May 23, 2019
1 parent c1b6702 commit 288d29d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/heuristic.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 2 additions & 2 deletions src/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 288d29d

Please sign in to comment.