diff options
| author | eternalStudent <[email protected]> | 2023-04-09 23:43:06 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-09 22:43:06 +0200 |
| commit | 8f741d894ab350eec275df8eacf85636d38861f3 (patch) | |
| tree | 82583dce5d1f0036e1084ddcfd59c6e23c5cef86 /parser/output/raylib_api.json | |
| parent | e57ee9c0e84de9cbf6fddf2f46786e87c64cb64e (diff) | |
| download | raylib-8f741d894ab350eec275df8eacf85636d38861f3.tar.gz raylib-8f741d894ab350eec275df8eacf85636d38861f3.zip | |
Minor fix in DrawLineBezier* (#3006)
When `i` starts with `0`, `t` is also `0`, which results in `previous == startPos == current`, this segment is not only redundant, but it also causes division-by-zero since `sqrtf(dx*dx + dy*dy)` is zero.
Diffstat (limited to 'parser/output/raylib_api.json')
0 files changed, 0 insertions, 0 deletions
