lib/import/boujou.rb in tracksperanto-2.9.7 vs lib/import/boujou.rb in tracksperanto-2.9.8
- old
+ new
@@ -18,10 +18,10 @@
if !@last_tracker
@last_tracker = Tracksperanto::Tracker.new(:name => name)
end
report_progress("Extracting frame #{frame} of #{name}")
- @last_tracker.keyframe!(:frame => (frame.to_i - 1), :abs_y => (@height.to_f - y.to_f), :abs_x => x)
+ @last_tracker.keyframe!(:frame => (frame.to_i - 1), :abs_y => (@height.to_f - y.to_f - 1), :abs_x => x)
end
yield(@last_tracker) if @last_tracker && @last_tracker.any?
end