Searched refs:currentParserCount (Results 1 – 1 of 1) sorted by relevance
389 int currentParserCount = parserCounter.getOrDefault(fx, 0) + 1; in loadSoundAssets() local390 parserCounter.put(fx, currentParserCount); in loadSoundAssets()391 if (currentParserCount > 1) { in loadSoundAssets()