refactor: hide backend Adapter handles

- static methods for backend adapters
This commit is contained in:
Hannes Janetzek
2014-05-10 19:55:43 +02:00
parent 84968d201d
commit 95c9f47e63
19 changed files with 84 additions and 58 deletions

View File

@@ -46,6 +46,6 @@ public class GdxAssets extends AssetAdapter {
}
public static void init(String path) {
g = new GdxAssets(path);
AssetAdapter.init(new GdxAssets(path));
}
}