mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 16:54:56 +02:00
Fixed the camera staying at 1 on the y axis after interacting with your pokémon in third person
This commit is contained in:
parent
18c7f59fa0
commit
9271d9b629
@ -72,6 +72,7 @@
|
|||||||
End If
|
End If
|
||||||
s &= "@text.show(" & reaction.GetMessage(p) & ")" & Environment.NewLine
|
s &= "@text.show(" & reaction.GetMessage(p) & ")" & Environment.NewLine
|
||||||
s &= "@camera.activatethirdperson" & Environment.NewLine
|
s &= "@camera.activatethirdperson" & Environment.NewLine
|
||||||
|
s &= "@camera.reset" & Environment.NewLine
|
||||||
s &= "@camera.setyaw(" & preYaw & ")" & Environment.NewLine
|
s &= "@camera.setyaw(" & preYaw & ")" & Environment.NewLine
|
||||||
End If
|
End If
|
||||||
s &= ":end"
|
s &= ":end"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user