mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
StrengthRocks can be like wallbills with ModelID 3
This commit is contained in:
parent
3cc76934e9
commit
90810667c9
@ -123,6 +123,13 @@
|
|||||||
End Function
|
End Function
|
||||||
|
|
||||||
Public Overrides Sub UpdateEntity()
|
Public Overrides Sub UpdateEntity()
|
||||||
|
If Me.BaseModel Is BaseModel.getModelbyID(3) Then
|
||||||
|
If Me.Rotation.Y <> Screen.Camera.Yaw Then
|
||||||
|
Me.Rotation.Y = Screen.Camera.Yaw
|
||||||
|
CreatedWorld = False
|
||||||
|
End If
|
||||||
|
End If
|
||||||
|
|
||||||
MyBase.UpdateEntity()
|
MyBase.UpdateEntity()
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user