mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Some code changed with Clang-Tidy
This commit is contained in:
@@ -97,7 +97,7 @@ public:
|
||||
|
||||
PoolVector<Triangle> get_triangles() const { return triangles; }
|
||||
PoolVector<Vector3> get_vertices() const { return vertices; }
|
||||
void get_indices(PoolVector<int> *p_triangles_indices) const;
|
||||
void get_indices(PoolVector<int> *r_triangles_indices) const;
|
||||
|
||||
void create(const PoolVector<Vector3> &p_faces);
|
||||
TriangleMesh();
|
||||
|
||||
Reference in New Issue
Block a user