Skip to content
Snippets Groups Projects
Commit 31adb8ed authored by Matyáš Latner's avatar Matyáš Latner
Browse files

#7 AbstractTablexiaGame data loading fix

parent 2df4dd99
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ public abstract class AbstractTablexiaScreen<T> extends ScreenAdapter {
textManager.load(TablexiaSettings.getInstance().getLocale(), prepareScreenTextResourcesAssetName());
}
private void startDataLoader() {
protected void startDataLoader() {
dataManager.load();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment