فهرست منبع

Merge remote-tracking branch 'origin/master'

NathanSweet 12 سال پیش
والد
کامیت
0496318431
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      spine-csharp/src/SkeletonJson.cs

+ 1 - 1
spine-csharp/src/SkeletonJson.cs

@@ -228,7 +228,7 @@ namespace Spine {
 					Dictionary<String, Object> timelineMap = (Dictionary<String, Object>)entry.Value;
 
 					foreach (KeyValuePair<String, Object> timelineEntry in timelineMap) {
-						List<Dictionary<String, Object>> values = (List<Dictionary<String, Object>>)timelineEntry.Value;
+						List<Object> values = (List<Object>)timelineEntry.Value;
 						String timelineName = (String)timelineEntry.Key;
 						if (timelineName.Equals(TIMELINE_COLOR)) {
 							ColorTimeline timeline = new ColorTimeline(values.Count);