Skip to content

Commit 7d6d737

Browse files
committed
do not the console spam, again
1 parent 41cda72 commit 7d6d737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arc-core/src/arc/assets/loaders/TextureLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public void loadAsync(AssetManager manager, String fileName, Fi file, TexturePar
4040
info.texture = parameter.texture;
4141
}
4242
if(!info.data.isPrepared()) info.data.prepare();
43-
Log.infoTag("Textures", "Async: " + fileName + " in " + Time.millisSinceNanos(start) + "ms");
43+
Log.debug("[Textures] Async: " + fileName + " in " + Time.millisSinceNanos(start) + "ms");
4444
}
4545

4646
@Override

0 commit comments

Comments
 (0)