diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2022-03-20 17:20:32 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2022-03-20 17:34:40 +0300 |
commit | 7913e049505e86e7721395b6c32686967bc9ad3c (patch) | |
tree | f7c0570e576e13947b793e7ed333a8a17476b841 /scene | |
parent | 5901d9145822bd068078441f4e96377d49018ed9 (diff) |
Rename `AStar` to `AStar3D`
Diffstat (limited to 'scene')
-rw-r--r-- | scene/register_scene_types.cpp | 1 |
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"); |