From b981c111c959d52cd1eb1318ca59b7dd16782ce2 Mon Sep 17 00:00:00 2001 From: "M. Huri" Date: Tue, 12 Oct 2021 11:12:19 +0700 Subject: Fixed a typo in csg module --- modules/csg/csg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/csg/csg.cpp') diff --git a/modules/csg/csg.cpp b/modules/csg/csg.cpp index 53694035dc..5ffe644495 100644 --- a/modules/csg/csg.cpp +++ b/modules/csg/csg.cpp @@ -408,7 +408,7 @@ void CSGBrushOperation::merge_brushes(Operation p_operation, const CSGBrush &p_b } break; - case OPERATION_SUBSTRACTION: { + case OPERATION_SUBTRACTION: { int face_count = 0; for (int i = 0; i < mesh_merge.faces.size(); i++) { -- cgit v1.2.3