remove default value from parameter in updateAnchoredPosition to fix overload resolution

This commit is contained in:
HJfod 2024-02-24 02:08:23 +02:00
parent 7a4b6ddad2
commit 44cd7ec63f

View file

@ -1033,7 +1033,7 @@ public:
GEODE_DLL void updateAnchoredPosition(
Anchor anchor,
CCPoint const& offset,
CCPoint const& nodeAnchor = { .5f, .5f }
CCPoint const& nodeAnchor
);
/**