You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Some code changed with Clang-Tidy
This commit is contained in:
@@ -783,7 +783,7 @@ void VisualServerCanvas::canvas_item_add_triangle_array(RID p_item, const Vector
|
||||
ERR_FAIL_COND(!p_bones.empty() && p_bones.size() != vertex_count * 4);
|
||||
ERR_FAIL_COND(!p_weights.empty() && p_weights.size() != vertex_count * 4);
|
||||
|
||||
Vector<int> indices = p_indices;
|
||||
const Vector<int> &indices = p_indices;
|
||||
|
||||
int count = p_count * 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user