memmaker
memmaker
### Description ### Steps to Reproduce Using a Samsung device with Samsung Email Client. 1. Attach binary files to the message var attachment = new EmailAttachment(path); attachment.ContentType = "application/octet-stream"; message.Attachments.Add(attachment);...
Hello there, we want to use this code in a commercial product and thus wanted to ask about the license conditions.
[This function](https://github.com/odin-lang/Odin/blob/master/vendor/raylib/raymath.odin#L109) does in fact calculate the squared distance, the original raylib function is called "[Vector2DistanceSqr](https://www.raylib.com/cheatsheet/raymath_cheatsheet.html)". So the whole idea of this function is to not calculate the square root....