rbwhitaker / realm-factory

The repository for Realm Factory, a lightweight level editor for XNA.
MIT License
6 stars 2 forks source link

Fill large area crash #34

Closed rbwhitaker closed 3 years ago

rbwhitaker commented 3 years ago

Fixed two bugs related to the paint can tool:

  1. Fixed a crash on large levels.
  2. Fixed a problem where if you were using the paint can on non-empty cells, it would just change the one you clicked on and not its neighbors.