mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Fixed component
This commit is contained in:
parent
2230a08e7e
commit
9971c9f940
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ var Graphics = new Class({
|
||||||
Extends: GameObject,
|
Extends: GameObject,
|
||||||
|
|
||||||
Mixins: [
|
Mixins: [
|
||||||
Components.Alpha,
|
Components.AlphaSingle,
|
||||||
Components.BlendMode,
|
Components.BlendMode,
|
||||||
Components.Depth,
|
Components.Depth,
|
||||||
Components.Mask,
|
Components.Mask,
|
||||||
|
|
Loading…
Reference in a new issue