1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-04 00:10:39 +00:00

Update HaxeUI to latest

This commit is contained in:
EliteMasterEric 2023-12-19 16:12:25 -05:00
parent f16f2b8f84
commit 711253a202
2 changed files with 3 additions and 3 deletions

View file

@ -54,14 +54,14 @@
"name": "haxeui-core",
"type": "git",
"dir": null,
"ref": "7021f1fbab928268d9196a73e7f47461ca3c3e4d",
"ref": "c8e0cbfef33b955f009023c27c28b161e894b65e",
"url": "https://github.com/haxeui/haxeui-core"
},
{
"name": "haxeui-flixel",
"type": "git",
"dir": null,
"ref": "26b6bb132c92dfa9b77b4a61eaeda8f9a9efda98",
"ref": "9a1abf4b450118e5222d7456024db31cc3b9f8d1",
"url": "https://github.com/haxeui/haxeui-flixel"
},
{

View file

@ -35,7 +35,7 @@ class CharacterPlayer extends Box
public function new(defaultToBf:Bool = true)
{
super();
_overrideSkipTransformChildren = false;
// _overrideSkipTransformChildren = false;
if (defaultToBf)
{