mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Style: Fix statements ending with ';;'
(cherry picked from commit f44ee891be)
This commit is contained in:
@@ -834,7 +834,7 @@ void SurfaceTool::clear() {
|
||||
begun=false;
|
||||
primitive=Mesh::PRIMITIVE_LINES;
|
||||
format=0;
|
||||
last_bones.clear();;
|
||||
last_bones.clear();
|
||||
last_weights.clear();
|
||||
index_array.clear();
|
||||
vertex_array.clear();
|
||||
|
||||
Reference in New Issue
Block a user