fix a typo.

This commit is contained in:
ehofman
2009-12-09 13:56:12 +00:00
committed by Tim Moore
parent 1da09a4706
commit 1fe9755d01

View File

@@ -437,7 +437,7 @@ unsigned int SGSoundMgr::request_buffer(SGSoundSample *sample)
if ( !sample->is_valid_buffer() ) {
// sample was not yet loaded or removed again
string sample_name = sample->get_sample_name();
void *sample_data == NULL;
void *sample_data = NULL;
// see if the sample name is already cached
buffer_map_iterator buffer_it = _buffers.find( sample_name );