From 9271d9b6295f4e16506484d1c79dcb0205639291 Mon Sep 17 00:00:00 2001 From: JappaWakka Date: Fri, 1 Oct 2021 18:05:42 +0200 Subject: [PATCH] =?UTF-8?q?Fixed=20the=20camera=20staying=20at=201=20on=20?= =?UTF-8?q?the=20y=20axis=20after=20interacting=20with=20your=20pok=C3=A9m?= =?UTF-8?q?on=20in=20third=20person?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- P3D/Pokemon/Monster/PokemonInteractions.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/P3D/Pokemon/Monster/PokemonInteractions.vb b/P3D/Pokemon/Monster/PokemonInteractions.vb index 4d165af3c..bdd5f69ff 100644 --- a/P3D/Pokemon/Monster/PokemonInteractions.vb +++ b/P3D/Pokemon/Monster/PokemonInteractions.vb @@ -72,6 +72,7 @@ End If s &= "@text.show(" & reaction.GetMessage(p) & ")" & Environment.NewLine s &= "@camera.activatethirdperson" & Environment.NewLine + s &= "@camera.reset" & Environment.NewLine s &= "@camera.setyaw(" & preYaw & ")" & Environment.NewLine End If s &= ":end"