fix spectator animation speed

This commit is contained in:
Thibault Duplessis 2014-10-19 18:41:47 +02:00
parent 2ed363744d
commit 452f44f40e

View file

@ -171,7 +171,7 @@ final class JsonView(
"round" -> s"/$gameId/${color.name}"
),
"pref" -> Json.obj(
"animationDelay" -> animationDuration(pov, pref),
"animationDuration" -> animationDuration(pov, pref),
"highlight" -> pref.highlight,
"coords" -> pref.coords,
"clockTenths" -> pref.clockTenths,