python3 compatibility for the BGE api, this only works with scons when WITH_BF_NOBLENDER is enabled.
Mathutils, Geometry and BGL modules are currently disabled with python3
This commit is contained in:
@@ -168,7 +168,7 @@ void Texture_dealloc (Texture * self)
|
||||
// release scaled image buffer
|
||||
delete [] self->m_scaledImg;
|
||||
// release object
|
||||
self->ob_type->tp_free((PyObject*)self);
|
||||
((PyObject *)self)->ob_type->tp_free((PyObject*)self);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user