mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-15 08:06:06 +09:00
updating LibGDX to 1.9.10
This commit is contained in:
@@ -49,7 +49,7 @@ public class MusicComposerApp extends ApplicationAdapter {
|
||||
|
||||
@Override
|
||||
public void create() {
|
||||
fontGame = new GameFontBase("assets/graphics/fonts/terrarum-sans-bitmap", false, true,
|
||||
fontGame = new GameFontBase("assets/graphics/fonts/terrarum-sans-bitmap", false, true, false,
|
||||
Texture.TextureFilter.Nearest, Texture.TextureFilter.Nearest, false, 256, false
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user