diff options
author | Max Hilbrunner <m.hilbrunner@gmail.com> | 2022-08-19 02:28:24 +0200 |
---|---|---|
committer | Max Hilbrunner <m.hilbrunner@gmail.com> | 2022-08-19 02:28:24 +0200 |
commit | da567cb1f9750ecc86bad3e92b0a54c938889d19 (patch) | |
tree | 947418c5a57acab486ea67dd97b7424a377937b7 /scene/3d | |
parent | dbd15243621ec595742b18abc4c26f3cb2e00f3d (diff) |
Unexpose VelocityTracker3D
Diffstat (limited to 'scene/3d')
-rw-r--r-- | scene/3d/velocity_tracker_3d.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/3d/velocity_tracker_3d.h b/scene/3d/velocity_tracker_3d.h index 6b27cdffc2..d3b92ab766 100644 --- a/scene/3d/velocity_tracker_3d.h +++ b/scene/3d/velocity_tracker_3d.h @@ -34,8 +34,6 @@ #include "scene/3d/node_3d.h" class VelocityTracker3D : public RefCounted { - GDCLASS(VelocityTracker3D, RefCounted); - struct PositionHistory { uint64_t frame = 0; Vector3 position; |