Cleanup: fix typo in comment

This commit is contained in:
Philipp Oeser 2021-09-13 16:49:32 +02:00
parent 1bcdd1c54e
commit a78410386b
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ static int mesh_bisect_invoke(bContext *C, wmOperator *op, const wmEvent *event)
int valid_objects = 0;
/* If the properties are set or there is no rv3d,
* skip model and exec immediately. */
* skip modal and exec immediately. */
if ((CTX_wm_region_view3d(C) == NULL) || (RNA_struct_property_is_set(op->ptr, "plane_co") &&
RNA_struct_property_is_set(op->ptr, "plane_no"))) {
return mesh_bisect_exec(C, op);