瀏覽代碼

Fix minor compiler warning

dds
PaulStoffregen 8 年之前
父節點
當前提交
60865a2e4a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      effect_fade.cpp

+ 1
- 1
effect_fade.cpp 查看文件

@@ -28,7 +28,7 @@
#include "utility/dspinst.h"

extern "C" {
extern const int16_t fader_table[256];
extern const int16_t fader_table[257];
};

void AudioEffectFade::update(void)

Loading…
取消
儲存