X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FHud.cc;h=cc25dd582171a80551192c1148f65bba4a378a12;hb=af88821a172c4dfd138b91b2a5148ae50b502fa2;hp=58bc7210422e54b0b0a98fb03b1835277db8e90e;hpb=382626aad0a683ed8642a6a807eea743db45f7f8;p=chaz%2Fyoink 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;