Browse Source

Set time field.

NathanSweet 9 years ago
parent
commit
ebc5ff0072
1 changed files with 1 additions and 0 deletions
  1. 1 0
      spine-csharp/src/Event.cs

+ 1 - 0
spine-csharp/src/Event.cs

@@ -40,6 +40,7 @@ namespace Spine {
 		public float Time { get; private set; }
 		public float Time { get; private set; }
 
 
 		public Event (float time, EventData data) {
 		public Event (float time, EventData data) {
+			Time = time;
 			Data = data;
 			Data = data;
 		}
 		}