rbwhitaker / realm-factory

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

[BUG] Crash with Pencil and Paint Bucket #6

Closed rbwhitaker closed 3 years ago

rbwhitaker commented 4 years ago

Describe the bug If I click a tile on the grid with the Pencil or Paint Bucket, and I do not have a tile selected, it throws an exception that does not get handled.

To Reproduce Make sure you do not have ANY tiles selected, then click a tile on the grid with the Pencil or Paint Bucket.

Expected behavior It shouldn't crash.

Version 1.0.9.60

rbwhitaker commented 3 years ago

Fixed in #32.