浏览代码

[unity] Minor cleanup: removed a leftover resolved fixxme line.

Harald Csaszar 3 年之前
父节点
当前提交
1485bb4708
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      spine-unity/Assets/Spine/Runtime/spine-unity/Components/SkeletonGraphic.cs

+ 0 - 1
spine-unity/Assets/Spine/Runtime/spine-unity/Components/SkeletonGraphic.cs

@@ -459,7 +459,6 @@ namespace Spine.Unity {
 		/// <c>Rebuild</c>, so you may want to subscribe to <see cref="OnInstructionsPrepared"/> instead
 		/// from where you can issue such preparation calls.</summary>
 		public event SkeletonRendererDelegate OnMeshAndMaterialsUpdated;
-		//FIXXME: perform some final checks on documentation and changes, then finalize these changes and commit. then integrate in 4.0_cleanup project as well.
 
 		protected Spine.AnimationState state;
 		public Spine.AnimationState AnimationState {