]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/guiChatConsole.h
Removed a redundant step which degraded performance
[dragonfireclient.git] / src / guiChatConsole.h
index c896aae28d6caa5fd17efc7f0313077afad1e0ab..5991157b276bc06003f8c5b4c6bbc622655fd2bd 100644 (file)
@@ -39,6 +39,9 @@ class GUIChatConsole : public gui::IGUIElement
        // This doesn't open immediately but initiates an animation.
        // You should call isOpenInhibited() before this.
        void openConsole(f32 height);
+
+       bool isOpen() const;
+
        // Check if the console should not be opened at the moment
        // This is to avoid reopening the console immediately after closing
        bool isOpenInhibited() const;