mirror of
https://github.com/glest/glest-source.git
synced 2025-08-15 04:43:58 +02:00
bugfix for both progress and animation smoothness
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user