Fleeym / jukebox

A NONG manager for Geometry Dash, written using Geode
18 stars 8 forks source link

fix: Crash on editor settings #46

Closed FlafyDev closed 5 months ago

FlafyDev commented 5 months ago

When entering the settings in the level editor the game crashes if the level's song is a RobTop song.

The PR "fixes" this by just returning when songInfoObject is nullptr. That means the name of the song will not be clickable in the first level editor settings menu. This is the same behavior Jukebox had previously but it got removed somehow.

fixes: #45