Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8140 in orxonox.OLD for branches/gui/src/lib/math


Ignore:
Timestamp:
Jun 4, 2006, 12:36:45 AM (19 years ago)
Author:
bensch
Message:

gui: shorter paths for different guis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/math/rect2D.cc

    r7919 r8140  
    3636Rect2D::Rect2D(float x, float y, float width, float height)
    3737{
    38   this->setLeft(x), this->setTop(y);
     38  this->setLeft(x),
     39  this->setTop(y);
    3940  this->setSize(width, height);
    4041}
Note: See TracChangeset for help on using the changeset viewer.