Cached length
This commit is contained in:
parent
9c1161e84c
commit
3acc28dbbf
9 changed files with 97 additions and 29 deletions
|
|
@ -208,7 +208,6 @@ public class GDXAppTos4Activator implements BundleActivator {
|
|||
}
|
||||
bootScreen.bootLine("gdx-font: "+parameter.characters.length()+" glyphs loaded.");
|
||||
|
||||
|
||||
context.registerService(SystemGdxFont.class.getName(), new SystemGdxFontImpl(gdxFont), new Hashtable<String, String>());
|
||||
context.registerService(SystemGdxLog.class.getName(), systemGdxLog, new Hashtable<String, String>());
|
||||
context.registerService(SystemGdxBootArgs.class.getName(), new SystemGdxBootArgsImpl(), new Hashtable<String, String>());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue