bugfix for both progress and animation smoothness

This commit is contained in:
Mark Vejvoda
2013-06-03 14:30:52 +00:00
parent e4e7a7dc00
commit 25450ebb85
4 changed files with 70 additions and 39 deletions

View File

@@ -232,6 +232,7 @@ void copyStringToBuffer(char *buffer, int bufferSize, const string& s);
//numeric fcs
int clamp(int value, int min, int max);
float clamp(float value, float min, float max);
int64 clamp(int64 value, int64 min, int64 max);
float saturate(float value);
int round(float f);