Bind: TUI->Launcher
This commit is contained in:
@@ -39,6 +39,7 @@ public class ClientCallbackImpl extends UnicastRemoteObject implements IClientCa
|
||||
@Override
|
||||
public void onGameInit(Game model) throws RemoteException {
|
||||
clientController.setModel(model);
|
||||
clientController.view.render();
|
||||
}
|
||||
|
||||
|
||||
@@ -55,7 +56,7 @@ public class ClientCallbackImpl extends UnicastRemoteObject implements IClientCa
|
||||
System.out.println(event.toString());
|
||||
} else {
|
||||
event.apply(clientController.localController);
|
||||
//clientController.view.update(); TODO
|
||||
clientController.view.render();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user