瀏覽代碼

fix comment: CPP comment not allowed in C90 (#1042)

Guto Maia 7 年之前
父節點
當前提交
1132594797
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spine-c/spine-c/src/spine/AnimationState.c

+ 1 - 1
spine-c/spine-c/src/spine/AnimationState.c

@@ -180,7 +180,7 @@ void _spEventQueue_drain (_spEventQueue* self) {
 	self->drainDisabled = 0;
 }
 
-// These two functions are needed in the UE4 runtime, see #1037
+/* These two functions are needed in the UE4 runtime, see #1037 */
 void _spAnimationState_enableQueue(spAnimationState* self) {
 	_spAnimationState* internal = SUB_CAST(_spAnimationState, self);
 	internal->queue->drainDisabled = 0;