From 9971c9f9406b63ee62b3154c7be17b597217690c Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 9 Mar 2023 18:33:54 +0000 Subject: [PATCH] Fixed component --- src/gameobjects/graphics/Graphics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gameobjects/graphics/Graphics.js b/src/gameobjects/graphics/Graphics.js index 65540125d..433a24077 100644 --- a/src/gameobjects/graphics/Graphics.js +++ b/src/gameobjects/graphics/Graphics.js @@ -80,7 +80,7 @@ var Graphics = new Class({ Extends: GameObject, Mixins: [ - Components.Alpha, + Components.AlphaSingle, Components.BlendMode, Components.Depth, Components.Mask,