diff options
-rwxr-xr-x | render_sdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render_sdl.c b/render_sdl.c index f9001d7..e871014 100755 --- a/render_sdl.c +++ b/render_sdl.c @@ -300,7 +300,7 @@ void render_put_stereo_sample(audio_source *src, int16_t left, int16_t right) } } src->last_left = left; - src->last_right = left; + src->last_right = right; } static SDL_Joystick * joysticks[MAX_JOYSTICKS]; |