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

bug fix done

This commit is contained in:
2022-06-14 05:28:43 +02:00
parent b13b19c3fb
commit 66cb496cf7
2 changed files with 4 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ public class ScreenPlayer {
if(sb != null){
sb.setBattle(b);
b.setEnemy(e);
}
screenManager.render(g);