removed warning in EXPP_setVec3Clamped

This commit is contained in:
2006-09-20 17:30:47 +00:00
parent 2446288ad3
commit 78e1426835
3 changed files with 7 additions and 7 deletions

View File

@@ -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 );