Fixed the camera staying at 1 on the y axis after interacting with your pokémon in third person

This commit is contained in:
JappaWakka 2021-10-01 18:05:42 +02:00
parent 18c7f59fa0
commit 9271d9b629

View File

@ -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"