浏览代码

Add lacked TOOLS_ENABLED block to RetargetModifier3D

Silc Lizard (Tokage) Renew 9 月之前
父节点
当前提交
18cc58f6be
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      scene/3d/retarget_modifier_3d.cpp

+ 2 - 0
scene/3d/retarget_modifier_3d.cpp

@@ -452,9 +452,11 @@ void RetargetModifier3D::_notification(int p_what) {
 		case NOTIFICATION_ENTER_TREE: {
 			_update_child_skeletons();
 		} break;
+#ifdef TOOLS_ENABLED
 		case NOTIFICATION_EDITOR_PRE_SAVE: {
 			_reset_child_skeleton_poses();
 		} break;
+#endif // TOOLS_ENABLED
 		case NOTIFICATION_EXIT_TREE: {
 			_reset_child_skeletons();
 		} break;