J :
* Add newline at the end, remove end-of-line whitespace.
This commit is contained in:
@@ -135,7 +135,7 @@ JSample * SampleCache::getSample(string filename){
|
||||
cleanCache();
|
||||
sample = JSoundSystem::GetInstance()->LoadSample(filename.c_str());
|
||||
}
|
||||
|
||||
|
||||
cache[filename] = NEW SampleCached(lastTime, sample);
|
||||
return sample;
|
||||
}else{
|
||||
@@ -170,4 +170,4 @@ void SampleCache::cleanCache(){
|
||||
|
||||
SampleCache::~SampleCache(){
|
||||
cleanCache();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user