AaronCRobinson / ExpandedRoofing

RimWorld Mod - expands roofing types and options
MIT License
9 stars 13 forks source link

Bug in SolarRoofingTracker #17

Closed alexroeber closed 5 years ago

alexroeber commented 5 years ago

I wondered why the solar roof area was always wrong, pretty sure it's this line. Shouldn't it be found.ElementAt(i) instead of i, just like the line before? Else you'd always delete the 2nd to xth cellset ever created, I think. Correct me if I'm wrong.

AaronCRobinson commented 5 years ago

Fixed in dc23c7bfb67e33c077ec2e8353fbdeff60684a45.

AaronCRobinson commented 5 years ago

I originally re-released this as 1.0.0 but realized it would not get distributed via Fluffy's mod manager. Therefore, I went ahead with a version bump to v1.0.1. Thanks for pointing this bug out.