lib/xi/tidal_clock.rb in xi-lang-0.1.4 vs lib/xi/tidal_clock.rb in xi-lang-0.1.5

- old
+ new

@@ -109,10 +109,11 @@ h[:cps] = cps.to_f h end def update_clock_from_server_data(h) - @init_ts = h[:ts].to_f + # Do not set @init_ts for now + #@init_ts = h[:ts].to_f @cps = h[:cps] end end end