Fixed indentation caused because of tabs
This commit is contained in:
committed by
Nicholas Estelami
parent
b0278de3a8
commit
8a6ee00a21
@@ -614,10 +614,10 @@ std::map<std::string, SoundFontSample*> cachedCustomSFs;
|
|||||||
|
|
||||||
extern "C" SoundFontSample* ReadCustomSample(const char* path) {
|
extern "C" SoundFontSample* ReadCustomSample(const char* path) {
|
||||||
|
|
||||||
if (!ExtensionCache.contains(path))
|
if (!ExtensionCache.contains(path))
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
||||||
ExtensionEntry entry = ExtensionCache[path];
|
ExtensionEntry entry = ExtensionCache[path];
|
||||||
|
|
||||||
auto sampleRaw = OTRGlobals::Instance->context->GetResourceManager()->LoadFile(entry.path);
|
auto sampleRaw = OTRGlobals::Instance->context->GetResourceManager()->LoadFile(entry.path);
|
||||||
uint32_t* strem = (uint32_t*)sampleRaw->buffer.get();
|
uint32_t* strem = (uint32_t*)sampleRaw->buffer.get();
|
||||||
|
|||||||
Reference in New Issue
Block a user