Przeglądaj źródła

Fix minor compiler warning

dds
PaulStoffregen 8 lat temu
rodzic
commit
60865a2e4a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      effect_fade.cpp

+ 1
- 1
effect_fade.cpp Wyświetl plik

@@ -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)

Ładowanie…
Anuluj
Zapisz