1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-31 11:39:17 +00:00

polish done

This commit is contained in:
2022-06-12 17:02:27 +02:00
parent 23fe6f1ad9
commit 317aae0432
3 changed files with 6 additions and 16 deletions

View File

@@ -26,7 +26,9 @@ public class ScreenPlayer {
}
public void render(GdxGraphics g){
sm.setPlayer(p);
if(sm != null){
sm.setPlayer(p);
}
if(sb != null){
sb.setEnemy(e);