Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10721 in orxonox.OLD for branches/presentation/src/util/hud.cc


Ignore:
Timestamp:
Jun 18, 2007, 7:40:40 PM (17 years ago)
Author:
nicolasc
Message:

bump, minor fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/util/hud.cc

    r10717 r10721  
    536536              statWidgetsNumber++;
    537537       
    538             if (expectedHealthSizeY * statWidgetsNumber > overlayWidth)
     538            if ((expectedHealthSizeY * statWidgetsNumber) > overlayWidth)
    539539            {
    540540              newSizeY = overlayWidth / float(statWidgetsNumber);
Note: See TracChangeset for help on using the changeset viewer.