diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-07-26 10:46:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-26 10:46:48 +0200 |
commit | 5c3f05a68043bbc2b5dd7f101bdab0077c95a3c8 (patch) | |
tree | c55b06c4cc889191e27487fce5f89d7aa1bc0754 /scene/3d/mesh_instance.h | |
parent | f55211ae0dc202cc015c247495af8e05af81b24b (diff) | |
parent | cefc02a4f9d6b9e405f51c3d6a40054d3680a524 (diff) |
Merge pull request #9862 from ISylvox/tagents-to-tangents
Renames tagents to tangents
Diffstat (limited to 'scene/3d/mesh_instance.h')
-rw-r--r-- | scene/3d/mesh_instance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/mesh_instance.h b/scene/3d/mesh_instance.h index be328084af..1bb2c97d10 100644 --- a/scene/3d/mesh_instance.h +++ b/scene/3d/mesh_instance.h @@ -83,7 +83,7 @@ public: Node *create_convex_collision_node(); void create_convex_collision(); - void create_debug_tagents(); + void create_debug_tangents(); virtual Rect3 get_aabb() const; virtual PoolVector<Face3> get_faces(uint32_t p_usage_flags) const; |