diff options
author | Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | 2022-08-19 20:43:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 20:43:02 +0300 |
commit | 469c18152fb70c45202a1281d84d4a2aa7246597 (patch) | |
tree | 0a084276d8e33d44703e9ac2874d54c796d69c96 /scene/3d | |
parent | 96ba6e8cf93003a5fcdc307668744d2a03f0aa86 (diff) | |
parent | da567cb1f9750ecc86bad3e92b0a54c938889d19 (diff) |
Merge pull request #64592 from mhilbrunner/move-fast-break-things
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; |