Cleanup: Formatting
Run `make format` after the library update in the previous commit.
This commit is contained in:
@@ -483,8 +483,8 @@ static PyObject *pygpu_offscreen_draw_view3d(BPyGPUOffScreen *self, PyObject *ar
|
||||
region,
|
||||
GPU_offscreen_width(self->ofs),
|
||||
GPU_offscreen_height(self->ofs),
|
||||
(const float(*)[4])py_mat_view->matrix,
|
||||
(const float(*)[4])py_mat_projection->matrix,
|
||||
(const float (*)[4])py_mat_view->matrix,
|
||||
(const float (*)[4])py_mat_projection->matrix,
|
||||
true,
|
||||
draw_background,
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user