mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
.
This commit is contained in:
parent
333206ac7f
commit
669e8f9df8
@ -669,7 +669,8 @@ PyObject* Effect::wrapImageDrawPie(PyObject *self, PyObject *args)
|
||||
int centerY = 0;
|
||||
int width = effect->_imageSize.width();
|
||||
int height = effect->_imageSize.height();
|
||||
|
||||
PyObject * bytearray = nullptr;
|
||||
|
||||
bool argsOK = false;
|
||||
|
||||
if ( argCount == 9 && PyArg_ParseTuple(args, "iiiiiiiii", ¢erX, ¢erY, &radius, &startAngle, &spanAngle, &r, &g, &b, &a) )
|
||||
|
Loading…
Reference in New Issue
Block a user