diff --git a/combat_ui.cpp b/combat_ui.cpp index eb43103..96a5ddc 100644 --- a/combat_ui.cpp +++ b/combat_ui.cpp @@ -23,14 +23,12 @@ namespace gui { for(auto& [name, cell] : $gui.cells()) { if(name.starts_with("button_")) { auto button = $gui.entity(name); - world.set(button, cell); world.set(button, {}); world.set(button, guecs::make_action(*$level.world, Events::GUI::ATTACK)); world.set