fix anchor parameters in addChildAtPosition being flipped the wrong way

This commit is contained in:
HJfod 2024-03-24 00:32:28 +02:00
parent ec5dafbc8f
commit 56839119f0

View file

@ -1018,8 +1018,8 @@ public:
GEODE_DLL void addChildAtPosition(
CCNode* child,
Anchor anchor,
CCPoint const& nodeAnchor,
CCPoint const& offset,
CCPoint const& nodeAnchor,
bool useAnchorLayout = true
);
/**