summaryrefslogtreecommitdiff
path: root/scene/3d/mesh_instance.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-07-26 10:46:48 +0200
committerGitHub <noreply@github.com>2017-07-26 10:46:48 +0200
commit5c3f05a68043bbc2b5dd7f101bdab0077c95a3c8 (patch)
treec55b06c4cc889191e27487fce5f89d7aa1bc0754 /scene/3d/mesh_instance.h
parentf55211ae0dc202cc015c247495af8e05af81b24b (diff)
parentcefc02a4f9d6b9e405f51c3d6a40054d3680a524 (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.h2
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;