1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Fixed a typo in csg module

This commit is contained in:
M. Huri
2021-10-12 11:13:29 +07:00
parent 754db65a1f
commit 37ccfb18ff
3 changed files with 3 additions and 3 deletions

View File

@@ -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++) {