Skip to content

Commit 4a4f0de

Browse files
IPixiShader should be interface and not class
1 parent a41226c commit 4a4f0de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typescript/pixi.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ declare module PIXI {
801801

802802
}
803803

804-
export class IPixiShader {
804+
export interface IPixiShader {
805805

806806
fragmentSrc: string[];
807807
gl: WebGLRenderingContext;

0 commit comments

Comments
 (0)