[longomatch] Fix storing camera config in events
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix storing camera config in events
- Date: Tue, 31 Mar 2015 17:39:02 +0000 (UTC)
commit 11506e28b646d51830081326f2bcb40e4fa24db7
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Mar 31 17:14:01 2015 +0200
Fix storing camera config in events
LongoMatch.Services/Services/PlayerController.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Services/Services/PlayerController.cs
b/LongoMatch.Services/Services/PlayerController.cs
index 3eaaaf3..9045422 100644
--- a/LongoMatch.Services/Services/PlayerController.cs
+++ b/LongoMatch.Services/Services/PlayerController.cs
@@ -118,7 +118,7 @@ namespace LongoMatch.Services
}
}
get {
- return camerasVisible;
+ return camerasVisible.ToList ();
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]