ROMaster2 / LiveSplit.VideoAutoSplit

Video Auto Splitter for LiveSplit
MIT License
37 stars 14 forks source link

Allow CropGeometry to go into the negatives #16

Open ROMaster2 opened 5 years ago

ROMaster2 commented 5 years ago

Currently craps out if that happens. Need to implement extenting and such.

kenman345 commented 5 years ago

where does it crap out? Would love to help on this

ROMaster2 commented 5 years ago

If any of the features in a profile goes out of bounds from the capture area, exceptions have a field day. It wouldn't take too long to fix, I think, but does require updating related logic; many of which should be implemented into Geometry.cs.