Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5494 in orxonox.OLD for trunk/src/lib/util/color.cc


Ignore:
Timestamp:
Nov 4, 2005, 11:40:59 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: nicer color in the debug of the OBBTreeNode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/color.cc

    r5011 r5494  
    9393  }
    9494  else {
    95     if(h == 360.)
    96       h = 0.0;
     95   if(h == 360.)
     96     h = 0.0;
    9797    h /= 60.;
    9898    i = (int) h;
Note: See TracChangeset for help on using the changeset viewer.