Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 22, 2011, 11:05:47 PM (13 years ago)
Author:
dafrick
Message:

Replacing toggleVisibility with show, since the OrxonoxOverlay (& OrxonoxOverlayGroup) doesn't know when the GUI is closed, and toggling doesn't work anyway, since we have no regular keybindings when the GUI is showing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/overlays/OverlayGroup.h

    r7401 r8309  
    6161
    6262        static void toggleVisibility(const std::string& name);
     63        static void show(const std::string& name);
    6364        static void scaleGroup(const std::string& name, float scale);
    6465        static void scrollGroup(const std::string& name, const Vector2& scroll);
Note: See TracChangeset for help on using the changeset viewer.