diff options
Diffstat (limited to 'scene/resources/2d/skeleton/skeleton_modification_2d_physicalbones.cpp')
-rw-r--r-- | scene/resources/2d/skeleton/skeleton_modification_2d_physicalbones.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/2d/skeleton/skeleton_modification_2d_physicalbones.cpp b/scene/resources/2d/skeleton/skeleton_modification_2d_physicalbones.cpp index 001000fa17..ca3af12006 100644 --- a/scene/resources/2d/skeleton/skeleton_modification_2d_physicalbones.cpp +++ b/scene/resources/2d/skeleton/skeleton_modification_2d_physicalbones.cpp @@ -36,7 +36,7 @@ bool SkeletonModification2DPhysicalBones::_set(const StringName &p_path, const V String path = p_path; #ifdef TOOLS_ENABLED - // Exposes a way to fetch the PhysicalBone2D nodes from the Godot editor. + // Exposes a way to fetch the PhysicalBone2D nodes from the Redot editor. if (is_setup) { if (Engine::get_singleton()->is_editor_hint()) { if (path.begins_with("fetch_bones")) { |