1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-04 13:54:22 +00:00

Merge pull request #261 from FunkinCrew/bugfix/haxeui-update

Update HaxeUI to latest (this fixes checkboxes)
This commit is contained in:
Cameron Taylor 2023-12-22 22:52:22 -05:00 committed by GitHub
commit b308120ee2
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)
{