mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-04 01:01:00 -04:00
fix anchor parameters in addChildAtPosition being flipped the wrong way
This commit is contained in:
parent
ec5dafbc8f
commit
56839119f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue