Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6441 in orxonox.OLD for trunk/src/lib


Ignore:
Timestamp:
Jan 8, 2006, 4:02:30 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: the Hud now scales the Widgets itself

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/graphics_engine.cc

    r6222 r6441  
    1919#include "resource_manager.h"
    2020#include "event_handler.h"
     21#include "state.h"
    2122
    2223#include "world_entity.h"
     
    298299  this->resolutionY = height;
    299300  this->bitsPerPixel = bpp;
     301  State::setResolution( width, height);
    300302
    301303  if (this->screen != NULL)
Note: See TracChangeset for help on using the changeset viewer.