-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Open
Copy link
Labels
prefabThis issue is in a prefab collection which is delivered via Package ManagerThis issue is in a prefab collection which is delivered via Package ManagerprojectThis issue has a sample project attachedThis issue has a sample project attached
Milestone
Description
Description
The DropDown prefab object creates a surface to use for displaying it's menu when clicked. However, if the DropDown object is destroyed, there is no surface_free in DropDown's cleanup event, and the surface can stick around.
GameMaker-Beta_YveDiaMEa8.mp4
Steps To Reproduce
Look at the DropDown prefab object and see that it's surface is not freed in cleanup, which can let the surface stick around even after the object is gone if it is destroyed after the dropdown has been opened.
Which version of GameMaker are you reporting this issue for?
IDE v2024.1400.4.1024 Runtime v2024.1400.4.998
Which operating system(s) are you seeing the problem on?
Windows 10.0.26200.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
prefabThis issue is in a prefab collection which is delivered via Package ManagerThis issue is in a prefab collection which is delivered via Package ManagerprojectThis issue has a sample project attachedThis issue has a sample project attached
Type
Projects
Status
In Progress