From fd851d1d8b4919d802bcc5041f9a9ff37669d159 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Thu, 21 May 2015 14:13:51 +0200 Subject: Improved custom shaders support Corrected issues with textures loading --- src/audio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/audio.c') diff --git a/src/audio.c b/src/audio.c index 2bed0a59..9653c091 100644 --- a/src/audio.c +++ b/src/audio.c @@ -39,8 +39,8 @@ #include "utils.h" // rRES data decompression utility function // NOTE: Includes Android fopen function map -#define STB_VORBIS_HEADER_ONLY -#include "stb_vorbis.c" // OGG loading functions +//#define STB_VORBIS_HEADER_ONLY +#include "stb_vorbis.h" // OGG loading functions //---------------------------------------------------------------------------------- // Defines and Macros -- cgit v1.2.3