You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to how geode's notifications work and not a direct BetterEdit issue. When a notification appears (such as backup notifications and such) then the z ordering gets messed up
class $modify (CCScene)
{
intgetHighestChildZ()
{
if (!AndroidBall::get())
returnCCScene::getHighestChildZ();
auto ins = AndroidBall::get();
auto v = ins->getZOrder();
ins->setZOrder(-1);
int value = CCScene::getHighestChildZ();
ins->setZOrder(v);
return value;
}
};
BetterEdit version
6.10.0 alpha 3
Bug description
the ui on some things t[like custom songs are overlapped
Screenshots
Geometry.Dash.2025-01-02.16-51-45.webm
Platform
The text was updated successfully, but these errors were encountered: