1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-26 19:13:27 +00:00

change the problem

This commit is contained in:
Fastium 2022-06-10 21:47:37 +02:00
parent b7704c1e79
commit 05e9e4d7ef

View File

@ -36,7 +36,7 @@ public class testYann extends PortableApplication{
@Override
public void onGraphicRender(GdxGraphics g) {
s.render(g);
((ScreenBattle) s.getActiveScreen()).manage(controller);
}
@Override