thesadrogue / TheSadRogue.Primitives

A collection of primitive data structures for working with a 2-dimensional grid.
MIT License
21 stars 6 forks source link

Rectangle.Bisect and RecursiveBisection shift rectangles down and right #62

Closed fcheadle closed 3 years ago

fcheadle commented 3 years ago

What I did:

What I expected to happen:

What actually happened:

image

I'll fix it when the current PR for the integration library is closed.

fcheadle commented 3 years ago

Update: this is a bug in GoRogue's Region.FromRectangle method. Closing this and moving details over there.