libgdx / box2dlights

Fork of box2dlights by Kalle Hamalainen
Apache License 2.0
256 stars 81 forks source link

Updated .gitignore with IDEA stuff + other things #49

Closed piotr-j closed 9 years ago

piotr-j commented 9 years ago

Added to .gitignore files and folders created during project import in InteliiJ IDEA Also fixed bool -> boolean and method reference params in docs Also fixed npe in tests due to disposing light twice

Probably should be separate pulls, but I forgot to make a branch and its just a few lines.

rinold commented 9 years ago

Great, thanks for finding and fixing this!