Просмотр исходного кода

Fix minor compiler warning

dds
PaulStoffregen 8 лет назад
Родитель
Сommit
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)

Загрузка…
Отмена
Сохранить