1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-23 09:53:28 +00:00

reset camera

This commit is contained in:
Rémi Heredero 2022-06-10 18:59:59 +02:00
parent 697c9e659f
commit 91fda1acee

View File

@ -66,6 +66,7 @@ public class PokeMudry extends PortableApplication {
sp.e = sp.p.lastEnemy; sp.e = sp.p.lastEnemy;
System.out.println("switch screen"); System.out.println("switch screen");
sp.screenManager.activateNextScreen(); sp.screenManager.activateNextScreen();
g.resetCamera();
} }
} }