mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 00:04:33 +02:00
Fixed the Fix of the fix
This commit is contained in:
parent
f1798075f6
commit
7150417d39
@ -154,7 +154,7 @@
|
||||
End Sub
|
||||
|
||||
Protected Overrides Function CalculateCameraDistance(CPosition As Vector3) as Single
|
||||
Return MyBase.CalculateCameraDistance(CPosition)
|
||||
Return MyBase.CalculateCameraDistance(CPosition) - 0.2F
|
||||
End Function
|
||||
|
||||
Public Overrides Sub UpdateEntity()
|
||||
|
Loading…
x
Reference in New Issue
Block a user