From 11325947976b518ae4af66b6e2b72b0e78db9290 Mon Sep 17 00:00:00 2001 From: Guto Maia Date: Wed, 29 Nov 2017 07:42:28 -0200 Subject: [PATCH] fix comment: CPP comment not allowed in C90 (#1042) --- spine-c/spine-c/src/spine/AnimationState.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-c/spine-c/src/spine/AnimationState.c b/spine-c/spine-c/src/spine/AnimationState.c index 540c0c281..73061ac58 100644 --- a/spine-c/spine-c/src/spine/AnimationState.c +++ b/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;