Shape3D::get_debug_mesh_lines const methods
This commit is contained in:
parent
ec9302cecc
commit
8e1c9ff1c1
19 changed files with 19 additions and 19 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#include "capsule_shape_3d.h"
|
||||
#include "servers/physics_server_3d.h"
|
||||
|
||||
Vector<Vector3> CapsuleShape3D::get_debug_mesh_lines() {
|
||||
Vector<Vector3> CapsuleShape3D::get_debug_mesh_lines() const {
|
||||
float radius = get_radius();
|
||||
float height = get_height();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue