Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Kyjor/julia-game
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyjor committed Jul 17, 2024
2 parents 6fa3571 + 92f91bb commit 662c499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/JulGameEditor/Editor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ module Editor
CImGui.Separator()
CImGui.Text("Delete UI Element: NO CONFIRMATION")
if CImGui.Button("Delete")
#MainLoop.DestroyEntity(currentSceneMain.scene.uiElements[uiElementIndex])
MainLoop.DestroyUIElement(currentSceneMain.scene.uiElements[uiElementIndex])
break
end

Expand Down

0 comments on commit 662c499

Please sign in to comment.