removed warning in EXPP_setVec3Clamped
This commit is contained in:
@@ -114,7 +114,7 @@ int EXPP_setIValueClamped( PyObject *value, void *param,
|
||||
int min, int max, char type );
|
||||
int EXPP_setFloatClamped ( PyObject *value, float *param,
|
||||
float min, float max);
|
||||
int EXPP_setVec3Clamped ( PyObject *value, float *param[3],
|
||||
int EXPP_setVec3Clamped ( PyObject *value, float *param,
|
||||
float min, float max);
|
||||
int EXPP_setIValueRange( PyObject *value, void *param,
|
||||
int min, int max, char type );
|
||||
|
||||
Reference in New Issue
Block a user