summaryrefslogtreecommitdiff
path: root/scene/resources/cylinder_shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/cylinder_shape.cpp')
-rw-r--r--scene/resources/cylinder_shape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/cylinder_shape.cpp b/scene/resources/cylinder_shape.cpp
index f60f7ab376..c1a0a0ac5d 100644
--- a/scene/resources/cylinder_shape.cpp
+++ b/scene/resources/cylinder_shape.cpp
@@ -31,7 +31,7 @@
#include "cylinder_shape.h"
#include "servers/physics_server.h"
-Vector<Vector3> CylinderShape::_gen_debug_mesh_lines() {
+Vector<Vector3> CylinderShape::get_debug_mesh_lines() {
float radius = get_radius();
float height = get_height();