Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1473


Ignore:
Timestamp:
May 29, 2008, 3:07:26 AM (16 years ago)
Author:
rgrieder
Message:
  • cursor height wasn't dynamic ;)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/console/InGameConsole.cc

    r1470 r1473  
    480480                width += CHAR_WIDTH3;
    481481        }
    482         this->consoleOverlayCursor_->setPosition(width + 5, 219);
     482        this->consoleOverlayCursor_->setPosition(width + 5, this->windowH_ * InGameConsole::REL_HEIGHT - 20);
    483483    }
    484484
Note: See TracChangeset for help on using the changeset viewer.