chore(manager/assets): remove debug message
This commit is contained in:
@ -83,8 +83,7 @@ public class Assets {
|
|||||||
|
|
||||||
public static void waitUntilLoaded() {
|
public static void waitUntilLoaded() {
|
||||||
assetManager.finishLoading();
|
assetManager.finishLoading();
|
||||||
if (startLoadAll) {
|
if (startLoadAll) {;
|
||||||
log.info("All assets loaded.");
|
|
||||||
loadedAll = true;
|
loadedAll = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user