Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2005, 9:22:11 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: dissected LoadParam and Executor completely. Now there is no more LoadParam<Template that noone understands>(many params that are still the same, but cleaner now)
This is a major improvement, since understanding Executor is hard work but loadParam should not be.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl_gui/glmenu/glmenu_imagescreen.cc

    r5652 r5655  
    123123void GLMenuImageScreen::setPosScale(float offsetX, float offsetY, float scaleX, float scaleY)
    124124{
    125   printf("IMG: %f %f %f %f\n", offsetX, offsetY,offsetX, offsetY);
    126125  this->setPosition(offsetX, offsetY);
    127126  this->setScale(scaleX, scaleY);
     
    145144void GLMenuImageScreen::setBarPosScale(float barX, float barY, float barW, float barH)
    146145{
    147   printf("BAR: %f %f %f %f\n", barX, barY, barW, barH);
    148 
    149146  this->barX = barX;
    150147  this->barY = barY;
Note: See TracChangeset for help on using the changeset viewer.