justalemon / GGOV

Mod for GTA V that implements the HUD System and Features from Gun Gale Online
MIT License
12 stars 5 forks source link

Optimize calculations of Point's and Size's #2

Closed justalemon closed 2 years ago

justalemon commented 6 years ago

We need to make the calculations of the elements on-screen clean as possible.

You can see that over here we are duplicating the function even if we can convert form Point to Size and viceversa.

mwanchap commented 6 years ago

I've submitted a PR for this issue :) #5

justalemon commented 6 years ago

Fixed by #5