Merge pull request #6383 from samme/fix/camera-alpha-single

Change BaseCamera to AlphaSingle
This commit is contained in:
Richard Davey 2023-02-06 14:35:26 +00:00 committed by GitHub
commit ac1bcd61a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ var BaseCamera = new Class({
Extends: EventEmitter,
Mixins: [
Components.Alpha,
Components.AlphaSingle,
Components.Visible
],