瀏覽代碼

Comment tweak

pull/1835/head
Ray 3 年之前
父節點
當前提交
f3d38018cd
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/raymath.h

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

@ -138,7 +138,7 @@
typedef struct float3 { float v[3]; } float3;
typedef struct float16 { float v[16]; } float16;
#include <math.h> // Required for: sinf(), cosf(), sqrtf(), tan(), fabs()
#include <math.h> // Required for: sinf(), cosf(), tan(), atan2f(), sqrtf(), fminf(), fmaxf(), fabs()
//----------------------------------------------------------------------------------
// Module Functions Definition - Utils math

Loading…
取消
儲存