Robmaister / SharpNav

Advanced Pathfinding for C#
sharpnav.com
Other
534 stars 165 forks source link

Prevent agents crowd Count UI control from decrementing below zero #47

Closed dol-leodagan closed 8 years ago

dol-leodagan commented 8 years ago

In SharpNav Example, the Agent Count Control (+/- button) decrements the agent count even when Zero...

You need to use the "+" button more times to restore a positive count !

It's a pretty small fix.

Robmaister commented 8 years ago

Nice catch, thanks!