Spaces:
Running
Running
store time in state`
Browse files- 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 |
}
|