mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 22:18:29 +00:00
Update Vertex.js
This commit is contained in:
parent
f6671f7864
commit
a367799da1
1 changed files with 1 additions and 2 deletions
|
@ -173,8 +173,7 @@ var Vertex = new Class({
|
|||
F32[++offset] = this.v;
|
||||
F32[++offset] = textureUnit;
|
||||
F32[++offset] = tintEffect;
|
||||
// U32[++offset] = Utils.getTintAppendFloatAlpha(this.color, alpha * this.alpha);
|
||||
U32[++offset] = Utils.getTintAppendFloatAlpha(0xffffff, 1);
|
||||
U32[++offset] = Utils.getTintAppendFloatAlpha(this.color, alpha * this.alpha);
|
||||
|
||||
return offset;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue