Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7811 for code/trunk/src


Ignore:
Timestamp:
Dec 26, 2010, 1:06:29 PM (13 years ago)
Author:
rgrieder
Message:

Fixed possible bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/GUIManager.cc

    r7801 r7811  
    288288    {
    289289        InputState* state = InputManager::getInstance().createInputState(name);
     290        if (!state)
     291            return BLANKSTRING;
    290292
    291293        /* Table that maps isFullScreen() and showCursor to mouseExclusive
Note: See TracChangeset for help on using the changeset viewer.