]> git.mxchange.org Git - simgear.git/blobdiff - simgear/debug/logstream.cxx
Canvas: fix element mouse hit detection with OSG 3.3.2.
[simgear.git] / simgear / debug / logstream.cxx
index d3972ae7b67632e42f129a3d959650e135891052..4290f5ca9d0c3fc6a60c9df3e073501053504563 100644 (file)
@@ -70,6 +70,7 @@ const char* debugClassToString(sgDebugClass c)
     case SG_ENVIRONMENT:return "environment";
     case SG_SOUND:      return "sound";
     case SG_NAVAID:     return "navaid";
+    case SG_GUI:        return "gui";
     default:            return "unknown";
     }
 }
@@ -438,4 +439,4 @@ void requestConsole()
        global_privateLogstream->requestConsole();
 }
 
-} // of namespace simgear 
\ No newline at end of file
+} // of namespace simgear