X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FHud.cc;h=cc25dd582171a80551192c1148f65bba4a378a12;hp=58bc7210422e54b0b0a98fb03b1835277db8e90e;hb=af88821a172c4dfd138b91b2a5148ae50b502fa2;hpb=d6990468d297a6cbee98e4d0d33ab37e1b2352c9 diff --git a/src/Hud.cc b/src/Hud.cc index 58bc721..cc25dd5 100644 --- a/src/Hud.cc +++ b/src/Hud.cc @@ -171,7 +171,7 @@ bool Hud::handle_event(const moof::event& event) if (event.key.keysym.sym == SDLK_h) { // don't want the hud anymore - parent().remove_child(this); + //parent().remove_child(this); moof::log_warning("okay bye bye hud"); return true;