2021222324252627282930
while (i$.hasNext()) { TextureMap textureMap = (TextureMap)i$.next(); try { textureMap.unloadGLTexture(); } catch (Throwable var4) { var4.printStackTrace(); } }