DesktopAssetManager: remove weird logging in loadTexture
This commit is contained in:
parent
c818ee9c5c
commit
4b079ea480
@ -353,9 +353,7 @@ public class DesktopAssetManager implements AssetManager {
|
|||||||
public Texture loadTexture(String name){
|
public Texture loadTexture(String name){
|
||||||
TextureKey key = new TextureKey(name, true);
|
TextureKey key = new TextureKey(name, true);
|
||||||
key.setGenerateMips(true);
|
key.setGenerateMips(true);
|
||||||
Texture tex = loadTexture(key);
|
return loadTexture(key);
|
||||||
logger.log(Level.FINE, "{0} - {1}", new Object[]{tex, tex.getMinFilter()});
|
|
||||||
return tex;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public AudioData loadAudio(AudioKey key){
|
public AudioData loadAudio(AudioKey key){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user