InverNessian / SafeguardsOfLeyto

For development of my game by the same name.
1 stars 0 forks source link

Deselect Bug #1

Closed InverNessian closed 5 years ago

InverNessian commented 5 years ago

For some reason, the code I wrote for Deselecting units doesn't work. I think the whole concept needs some reworking, as it feels a bit janky.

InverNessian commented 5 years ago

Resolved the issue that was causing this. If multiple instances of UnitController were in use, it was causing all of them to fire the function.

Also, I had some bad logic that was causing issues.