LittleLightForDestiny / littlelight

Little Light is an inventory manager/companion app for Destiny 2 for both iOS and Android. It helps guardians move their gear and track their ingame progress.
MIT License
159 stars 32 forks source link

Fix exception due to invalid values in clamp() #337

Closed bill0042 closed 4 months ago

bill0042 commented 4 months ago

clamp() was generating exceptions due to the first argument having a value larger than that of the second argument. This change replaces clamp() with if statements.