sraaphorst / spelunker

Maze generation and solving library
Other
11 stars 2 forks source link

T2: Fixed Dimensions2D / IllegalDimensions bug. #92

Closed sraaphorst closed 6 years ago

sraaphorst commented 6 years ago

Fixed a completely stupid bug where, when a Dimensions2D was illegal, I threw an IllegalDimensions object, which tries to create the illegal Dimensions2D object again, resulting in an EXC_BAD_ACCESS.