Update StripShader.js
This commit is contained in:
parent
13177f08e7
commit
04ef255dd7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ PIXI.StripShader = function()
|
|||
'uniform mat3 translationMatrix;',
|
||||
'uniform vec2 projectionVector;',
|
||||
'varying vec2 vTextureCoord;',
|
||||
'varying vec2 offsetVector;',
|
||||
'uniform vec2 offsetVector;',
|
||||
'varying float vColor;',
|
||||
|
||||
'void main(void) {',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue