Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 26, 2008, 9:30:36 PM (16 years ago)
Author:
rgrieder
Message:

default values for XMLPort work after all. There was just a bug that got fixed now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc

    r1627 r1628  
    119119
    120120            this->changedVisibility();
    121 
    122             this->setSize(Vector2(0.5f, 0.5f));
    123             this->setPickPoint(Vector2(0.5f, 0.5f));
    124             this->setPosition(Vector2(0.5f, 0.5f));
    125             this->setRotation(Degree(0.0f));
    126             this->setAspectCorrection(true);
    127             this->setBackgroundMaterial("");
    128121        }
    129122
Note: See TracChangeset for help on using the changeset viewer.