Cleanup: remove unused perspective argument to off-screen drawing

Some callers were passing in dummy values, this can be accessed from
`RegionView3D.is_persp` can be used to check this.
This commit is contained in:
2020-11-20 12:03:22 +11:00
parent 25266caa45
commit 219c3aa653
4 changed files with 0 additions and 8 deletions

View File

@@ -265,7 +265,6 @@ static PyObject *bpygpu_offscreen_draw_view3d(BPyGPUOffScreen *self,
(float(*)[4])py_mat_projection->matrix,
true,
true,
true,
"",
false,
self->ofs,