getGlobalPositionY returns wrong value
-
This is a really simple fix. It looks like there's the tiniest typo in "ScriptingApiContent.cpp".
Line 725 should read:
return thisY + p->getGlobalPositionY();
Just swap X for Y
-
@Lunacy-Audio Good catch, I remember having a hard time a long time ago trying to get the globalPos inside a parent for a custom graph EQ...
That's fixed, @d-healey I've made a pull request ;)