Skip to content

Commit daa1a0e

Browse files
committed
Merge pull request phaserjs#1336 from clark-stevenson/patch-1
IPixiShader should be interface and not class
2 parents a41226c + 4a4f0de commit daa1a0e

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)