Barsonax / Pathfindax

Pathfinding framework
GNU Affero General Public License v3.0
26 stars 8 forks source link

Fix Array2D 2 dimensional access bug #44

Closed Barsonax closed 6 years ago

Barsonax commented 6 years ago

Summary

There is no check if the provided x is valid on the 2 dimensional indexer.

Also add unit tests for this.

How to reproduce [Bugs]

Barsonax commented 6 years ago

Fixed on develop