From 47d393ac2900da02dfe35fc673050cefcb9a0d82 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Fri, 10 Nov 2023 16:44:16 +0000 Subject: [PATCH] Update NineSlice.js --- src/gameobjects/nineslice/NineSlice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gameobjects/nineslice/NineSlice.js b/src/gameobjects/nineslice/NineSlice.js index b61a41d42..c4bbe1e0b 100644 --- a/src/gameobjects/nineslice/NineSlice.js +++ b/src/gameobjects/nineslice/NineSlice.js @@ -81,7 +81,7 @@ var Vertex = require('../../geom/mesh/Vertex'); * * As of Phaser 3.60 this Game Object is WebGL only. * - * As of Phaser 2.61 this Game Object can now populate its values automatically + * As of Phaser 3.70 this Game Object can now populate its values automatically * if they have been set within Texture Packer 7.1.0 or above and exported with * the atlas json. If this is the case, you can just call this method without * specifying anything more than the texture key and frame and it will pull the