A large collection of fixes from Ken Hughes including:
- corrections to constants - parameter type checking - correct use of METH_VARARGS vs METH_NOARGS - return objects instead of strings in Scene.getChildren() as per doc. - correct logical operators Thanks, Ken!
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
#define EXPP_RADIO_elma_MIN 1
|
||||
#define EXPP_RADIO_elma_MAX 500
|
||||
#define EXPP_RADIO_elmi_MIN 1
|
||||
#define EXPP_RADIO_elmi_MAX 500
|
||||
#define EXPP_RADIO_elmi_MAX 100
|
||||
/* ints */
|
||||
#define EXPP_RADIO_maxnode_MIN 1
|
||||
#define EXPP_RADIO_maxnode_MAX 250000
|
||||
|
||||
Reference in New Issue
Block a user