lib/middleware/golden.rb in tracksperanto-2.8.6 vs lib/middleware/golden.rb in tracksperanto-2.9.0
- old
+ new
@@ -1,9 +1,10 @@
+# -*- encoding : utf-8 -*-
# This middleware marks all trackers as being 100% accurate
class Tracksperanto::Middleware::Golden < Tracksperanto::Middleware::Base
attr_accessor :enabled
def export_point(frame, float_x, float_y, float_residual)
super(frame, float_x, float_y, (enabled ? 0.0 : float_residual))
end
-end
\ No newline at end of file
+end