Changeset 5494 in orxonox.OLD for trunk/src/lib/util
- Timestamp:
- Nov 4, 2005, 11:40:59 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/color.cc
r5011 r5494 93 93 } 94 94 else { 95 96 95 if(h == 360.) 96 h = 0.0; 97 97 h /= 60.; 98 98 i = (int) h;
Note: See TracChangeset
for help on using the changeset viewer.