浏览代码

removed unneeded comma

hope this gets merged
pull/5096/head
wileyanderssen 2 个月前
committed by GitHub
父节点
当前提交
c6171d339c
找不到此签名对应的密钥 GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/raymath.h

+ 1
- 1
src/raymath.h 查看文件

@ -329,7 +329,7 @@ RMAPI float Vector2DistanceSqr(Vector2 v1, Vector2 v2)
} }
// Calculate the signed angle from v1 to v2, relative to the origin (0, 0) // Calculate the signed angle from v1 to v2, relative to the origin (0, 0)
// NOTE: Coordinate system convention: positive X right, positive Y down,
// NOTE: Coordinate system convention: positive X right, positive Y down
// positive angles appear clockwise, and negative angles appear counterclockwise // positive angles appear clockwise, and negative angles appear counterclockwise
RMAPI float Vector2Angle(Vector2 v1, Vector2 v2) RMAPI float Vector2Angle(Vector2 v1, Vector2 v2)
{ {

正在加载...
取消
保存