|
@@ -208,11 +208,11 @@ void spDebug_printTimeline(spTimeline *timeline) {
|
|
case SP_TIMELINE_SEQUENCE: {
|
|
case SP_TIMELINE_SEQUENCE: {
|
|
spSequenceTimeline *t = (spSequenceTimeline *) timeline;
|
|
spSequenceTimeline *t = (spSequenceTimeline *) timeline;
|
|
_spDebug_printTimelineBase(&t->super);
|
|
_spDebug_printTimelineBase(&t->super);
|
|
- } // fallthrough
|
|
|
|
|
|
+ }// fallthrough
|
|
case SP_TIMELINE_INHERIT: {
|
|
case SP_TIMELINE_INHERIT: {
|
|
spInheritTimeline *t = (spInheritTimeline *) timeline;
|
|
spInheritTimeline *t = (spInheritTimeline *) timeline;
|
|
_spDebug_printTimelineBase(&t->super);
|
|
_spDebug_printTimelineBase(&t->super);
|
|
- } // fallthrough
|
|
|
|
|
|
+ }// fallthrough
|
|
default: {
|
|
default: {
|
|
_spDebug_printTimelineBase(timeline);
|
|
_spDebug_printTimelineBase(timeline);
|
|
}
|
|
}
|