mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-16 03:51:37 +08:00
fix comment: CPP comment not allowed in C90 (#1042)
This commit is contained in:
parent
57fb0ee0be
commit
1132594797
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user