mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
remove default value from parameter in updateAnchoredPosition to fix overload resolution
This commit is contained in:
parent
7a4b6ddad2
commit
44cd7ec63f
1 changed files with 1 additions and 1 deletions
|
@ -1033,7 +1033,7 @@ public:
|
||||||
GEODE_DLL void updateAnchoredPosition(
|
GEODE_DLL void updateAnchoredPosition(
|
||||||
Anchor anchor,
|
Anchor anchor,
|
||||||
CCPoint const& offset,
|
CCPoint const& offset,
|
||||||
CCPoint const& nodeAnchor = { .5f, .5f }
|
CCPoint const& nodeAnchor
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue