Corrected bugs...

Set default raylib to use OpenGL 1.1 (compatibility issues on ATI cards)
This commit is contained in:
raysan5
2014-07-23 19:50:06 +02:00
parent ecb3c47704
commit 56a7979750
6 changed files with 26 additions and 15 deletions

View File

@ -371,7 +371,7 @@ void PlaySound(Sound sound)
{
alSourcePlay(sound.source); // Play the sound
TraceLog(INFO, "Playing sound");
//TraceLog(INFO, "Playing sound");
// Find the current position of the sound being played
// NOTE: Only work when the entire file is in a single buffer