Merge remote-tracking branch 'EsotericSoftware/3.6' into 3.6

This commit is contained in:
Stephen Gowen 2017-11-29 11:10:11 -05:00
commit bcb9e91571

View File

@ -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;