remove log
This commit is contained in:
@@ -288,7 +288,6 @@ namespace BrewMonster.Scripts
|
||||
/// </summary>
|
||||
public async Task<AudioClip> LoadAudioClipAsync(string assetPath)
|
||||
{
|
||||
// BMLogger.LogError($"HoangDEv : AddressableManager: LoadAudioClipAsync called with assetPath: {assetPath}");
|
||||
RemoveFromReleaseAssetDictionary(assetPath);
|
||||
|
||||
if (_loadedAudioAssets.TryGetValue(assetPath, out _loadedAudioClipHandle))
|
||||
|
||||
Reference in New Issue
Block a user