Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
395 stars 73 forks source link

bug(Tech: SelectionBox): Fix selection box return type [dev] #1235

Closed Kruptein closed 1 year ago

Kruptein commented 1 year ago

The selectionbox was returning an iterator where the consumers where expecting an array.

Fixes #1233