Typo on pydoc for uniform_int
This commit is contained in:
@@ -330,7 +330,7 @@ PyDoc_STRVAR(bpygpu_shader_uniform_int_doc,
|
||||
"\n"
|
||||
" :param location: builtin identifier.\n"
|
||||
" :type location: `int`\n"
|
||||
" :param value: builtin identifier.\n"
|
||||
" :param value: uniform value.\n"
|
||||
" :type value: `int`\n"
|
||||
);
|
||||
static PyObject *bpygpu_shader_uniform_int(
|
||||
|
Reference in New Issue
Block a user