p3nGu1nZz commited on
Commit
2a49d93
1 Parent(s): 46ec188

store time in state`

Browse files
Files changed (1) hide show
  1. wgpu-state.js +2 -1
wgpu-state.js CHANGED
@@ -14,6 +14,7 @@ export function createState(config) {
14
  matrix: null,
15
  numGlyphs: 0,
16
  width: 0,
17
- height: 0
 
18
  };
19
  }
 
14
  matrix: null,
15
  numGlyphs: 0,
16
  width: 0,
17
+ height: 0,
18
+ time: 0,
19
  };
20
  }