summaryrefslogtreecommitdiff
path: root/scene/resources/ray_shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/ray_shape.h')
-rw-r--r--scene/resources/ray_shape.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/scene/resources/ray_shape.h b/scene/resources/ray_shape.h
index 9ee59d5f91..f8dbf89e04 100644
--- a/scene/resources/ray_shape.h
+++ b/scene/resources/ray_shape.h
@@ -32,16 +32,15 @@
class RayShape : public Shape {
- GDCLASS(RayShape,Shape);
+ GDCLASS(RayShape, Shape);
float length;
protected:
-
static void _bind_methods();
virtual void _update_shape();
virtual Vector<Vector3> _gen_debug_mesh_lines();
-public:
+public:
void set_length(float p_length);
float get_length() const;