Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2006, 12:30:31 PM (18 years ago)
Author:
bensch
Message:

coloring works on server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/particles/quick_animation.cc

    r9406 r9502  
    287287
    288288  for (unsigned int i = 0; i < this->keyFrames.size(); i++)
    289     printf("(%f, %f)->", this->keyFrames[i].position, this->keyFrames[i].value);
     289    printf("(%0.2f, %0.2f)->", this->keyFrames[i].position, this->keyFrames[i].value);
    290290  printf("\n");
    291291}
Note: See TracChangeset for help on using the changeset viewer.