Skip to content

Commit f5e3715

Browse files
committed
Fix error related to vertexContatData in TaskBase
1 parent 14bbb01 commit f5e3715

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/filters/tasks/TaskBase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { ContextGLProgramType } from '../../base/ContextGLProgramType';
1010
import { _Stage_ImageBase, Image2D } from '../../image';
1111

1212
export class TaskBase {
13-
protected _vertexConstantData = new Float32Array([
13+
protected _vertexConstantData:Float32Array = new Float32Array([
1414
0.0, 0.0, 0.0, 0.0,
1515
0.0, 0.0, 0.0, 0.0
1616
]);

0 commit comments

Comments
 (0)