[longomatch] Initialize plays with a sensible value for fps



commit 089d2075fdecebe82594f9b008964455c3c7dfad
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Oct 20 01:37:42 2012 +0200

    Initialize plays with a sensible value for fps

 LongoMatch.Core/Store/Play.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Core/Store/Play.cs b/LongoMatch.Core/Store/Play.cs
index adc725d..dcdd599 100644
--- a/LongoMatch.Core/Store/Play.cs
+++ b/LongoMatch.Core/Store/Play.cs
@@ -42,6 +42,7 @@ namespace LongoMatch.Store
 			Tags = new StringTagStore();
 			Players = new PlayersTagStore(); 
 			Teams = new TeamsTagStore();
+			Fps = 25;
 		}
 		#endregion
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]