summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-03-22 13:15:21 +0100
committerGitHub <noreply@github.com>2022-03-22 13:15:21 +0100
commit4c55a6529a1b68483638257b742f261eedea1dbf (patch)
treea8f27fa65d1b475b053639906856a893f4ea59ad /scene
parent7538ad81ac2f076fda1e66c9f0c2d120601726ba (diff)
parent7913e049505e86e7721395b6c32686967bc9ad3c (diff)
Merge pull request #59354 from Chaosus/astar3d
Diffstat (limited to 'scene')
-rw-r--r--scene/register_scene_types.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/register_scene_types.cpp b/scene/register_scene_types.cpp
index fb5d57ab9e..52d6f6e63b 100644
--- a/scene/register_scene_types.cpp
+++ b/scene/register_scene_types.cpp
@@ -895,6 +895,7 @@ void register_scene_types() {
#ifndef DISABLE_DEPRECATED
// Dropped in 4.0, near approximation.
ClassDB::add_compatibility_class("AnimationTreePlayer", "AnimationTree");
+ ClassDB::add_compatibility_class("AStar", "AStar3D");
ClassDB::add_compatibility_class("BitmapFont", "Font");
ClassDB::add_compatibility_class("DynamicFont", "Font");
ClassDB::add_compatibility_class("DynamicFontData", "FontData");