浏览代码

Comment tweak

pull/1748/head
Ray 3 年前
父节点
当前提交
e5708a8f36
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/raylib.h

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

@ -416,7 +416,7 @@ typedef struct BoundingBox {
// Wave type, defines audio wave data
typedef struct Wave {
unsigned int sampleCount; // Total number of samples
unsigned int sampleCount; // Total number of samples (considering channels!)
unsigned int sampleRate; // Frequency (samples per second)
unsigned int sampleSize; // Bit depth (bits per sample): 8, 16, 32 (24 not supported)
unsigned int channels; // Number of channels (1-mono, 2-stereo)

正在加载...
取消
保存