You've already forked godot
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:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user