IPixiShader is interface not class.

This commit is contained in:
Clark Stevenson 2014-11-16 12:43:00 +00:00
parent a41226cdad
commit 48eabc6778

View file

@ -801,7 +801,7 @@ declare module PIXI {
}
export class IPixiShader {
export interface IPixiShader {
fragmentSrc: string[];
gl: WebGLRenderingContext;