mirror of
https://github.com/photonstorm/phaser
synced 2025-02-16 14:08:28 +00:00
Merge pull request #6383 from samme/fix/camera-alpha-single
Change BaseCamera to AlphaSingle
This commit is contained in:
commit
ac1bcd61a6
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ var BaseCamera = new Class({
|
|||
Extends: EventEmitter,
|
||||
|
||||
Mixins: [
|
||||
Components.Alpha,
|
||||
Components.AlphaSingle,
|
||||
Components.Visible
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue