monster860 / FastDMM

A robust BYOND map editor
GNU General Public License v3.0
36 stars 16 forks source link

Fixes multiple bugs #26

Closed d34d10cc closed 7 years ago

d34d10cc commented 7 years ago

Fixes #23. This was caused by the fact that dmms were set to null only after the dme has been unloaded. Fixes #25. Also fixes a bug that went unnoticed in my testing of #24, that meant that the app would display coordinates that exceeded the maps' maxX and maxY.

Also adds a .gitignore entry for .iml files created by IntelliJ IDEA.