From 50504f0878747864b4b54dbd90572f91d80fefa2 Mon Sep 17 00:00:00 2001 From: Stoneman1 Date: Wed, 23 Nov 2016 14:26:50 +0200 Subject: [PATCH] Fixed path in manifests graphics.json. EarCut is now included. --- v2-community/tasks/manifests/graphics.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2-community/tasks/manifests/graphics.json b/v2-community/tasks/manifests/graphics.json index c03da679b..45f5dfc9a 100755 --- a/v2-community/tasks/manifests/graphics.json +++ b/v2-community/tasks/manifests/graphics.json @@ -1,5 +1,5 @@ [ - "src/phaser/utils/EarCut.js", + "src/utils/EarCut.js", "src/pixi/renderers/webgl/utils/WebGLGraphics.js", "src/pixi/renderers/canvas/CanvasGraphics.js", "src/gameobjects/GraphicsData.js",