Changed some System.out to ClientApi.debug

This commit is contained in:
tom lee
2021-12-28 15:26:01 +08:00
parent e052a0c96f
commit f92f656876
@@ -76,7 +76,7 @@ public class LodBufferBuilderFactory
public void end(String source) {
timer = System.nanoTime() - timer;
if (timer> 16000000) { //16 ms
System.out.println("WARNING! "+source+" took "+Duration.ofNanos(timer)+"!");
ClientApi.LOGGER.debug("NOTE: "+source+" took "+Duration.ofNanos(timer)+"!");
}
}