Shape3D::get_debug_mesh_lines const methods

This commit is contained in:
Arkadiusz Marcin Kołek 2020-08-02 11:10:43 +02:00
parent ec9302cecc
commit 8e1c9ff1c1
19 changed files with 19 additions and 19 deletions

View file

@ -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();