We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bbb01 commit f5e3715Copy full SHA for f5e3715
1 file changed
lib/filters/tasks/TaskBase.ts
@@ -10,7 +10,7 @@ import { ContextGLProgramType } from '../../base/ContextGLProgramType';
10
import { _Stage_ImageBase, Image2D } from '../../image';
11
12
export class TaskBase {
13
- protected _vertexConstantData = new Float32Array([
+ protected _vertexConstantData:Float32Array = new Float32Array([
14
0.0, 0.0, 0.0, 0.0,
15
0.0, 0.0, 0.0, 0.0
16
]);
0 commit comments