ソースを参照

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)

読み込み中…
キャンセル
保存