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