瀏覽代碼

Reverted some previous changes...

raysan5 5 年之前
父節點
當前提交
43b9113c0c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/raylib.h

+ 2 - 2
src/raylib.h

@@ -423,8 +423,8 @@ typedef struct AudioStream {
     rAudioBuffer *buffer;           // Pointer to internal data used by the audio system
 
     unsigned int sampleRate;        // Frequency (samples per second)
-    unsigned short sampleSize;        // Bit depth (bits per sample): 8, 16, 32 (24 not supported)
-    unsigned short channels;          // Number of channels (1-mono, 2-stereo)
+    unsigned int sampleSize;        // Bit depth (bits per sample): 8, 16, 32 (24 not supported)
+    unsigned int channels;          // Number of channels (1-mono, 2-stereo)
 } AudioStream;
 
 // Sound source type