remove warnings for fast loading
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
ed82580d01
commit
5b9b4bd048
@ -1786,6 +1786,7 @@ Grid alignment data editing in debug menus
|
||||
Grid alignment offsets work
|
||||
Inventory state in non-creatures actually saves/loads to/from disk
|
||||
Fix virtual scrollable mouse alignment for events
|
||||
Remove warnings for fast loading
|
||||
|
||||
|
||||
|
||||
|
||||
@ -356,9 +356,6 @@ public class ClientLoading {
|
||||
ex.printStackTrace();
|
||||
}
|
||||
}
|
||||
if(i < DRAW_CELL_EXPECTED_MINIMUM_FRAMES_TO_INIT){
|
||||
LoggerInterface.loggerEngine.WARNING("Draw cell manager loaded exceptionally fast!");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
@ -443,9 +440,6 @@ public class ClientLoading {
|
||||
ex.printStackTrace();
|
||||
}
|
||||
}
|
||||
if(i < DRAW_CELL_EXPECTED_MINIMUM_FRAMES_TO_INIT){
|
||||
LoggerInterface.loggerEngine.WARNING("Block cell manager loaded exceptionally fast!");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user