add a missing character.
This commit is contained in:
@@ -125,7 +125,7 @@ SGSoundSample::SGSoundSample( const char *path, const char *file) :
|
||||
//
|
||||
// pre 1.0 alut version
|
||||
//
|
||||
ALvoid* data = load_file(path, file)
|
||||
ALvoid* data = load_file(path, file);
|
||||
|
||||
// Copy data to the internal OpenAL buffer
|
||||
alBufferData( buffer, format, data, size, freq );
|
||||
|
||||
Reference in New Issue
Block a user