Explorar el Código

Fix minor compiler warning

dds
PaulStoffregen hace 8 años
padre
commit
60865a2e4a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      effect_fade.cpp

+ 1
- 1
effect_fade.cpp Ver fichero

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

Cargando…
Cancelar
Guardar