mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 01:38:23 +00:00
IPixiShader is interface not class.
This commit is contained in:
parent
a41226cdad
commit
48eabc6778
1 changed files with 1 additions and 1 deletions
2
typescript/pixi.d.ts
vendored
2
typescript/pixi.d.ts
vendored
|
@ -801,7 +801,7 @@ declare module PIXI {
|
|||
|
||||
}
|
||||
|
||||
export class IPixiShader {
|
||||
export interface IPixiShader {
|
||||
|
||||
fragmentSrc: string[];
|
||||
gl: WebGLRenderingContext;
|
||||
|
|
Loading…
Reference in a new issue