Skip to content

Commit

Permalink
- Merge latest upstream
Browse files Browse the repository at this point in the history
- Fix client keybinds name
- Research queue now supports multiple planets
- Research queue persists through restarts
- Research queue should show modded content correctly now
  • Loading branch information
buthed010203 committed Oct 31, 2024
1 parent 1bc54c4 commit 5787531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public FreeTypeFontGenerator(Fi fontFile, int faceIndex){

long s = Time.nanos();
library = FreeType.initFreeType();
Log.info("TIME TO INIT FREETYPE: @ms", Time.millisSinceNanos(s));
Log.debug("FreeType init in: @ms", Time.millisSinceNanos(s));

ByteBuffer buffer = null;

Expand Down

0 comments on commit 5787531

Please sign in to comment.