mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 16:54:56 +02:00
This should fix particles drawing error
This commit is contained in:
parent
48fe5ed445
commit
d8aec25f2f
@ -826,6 +826,7 @@ Public Class Level
|
|||||||
Public Sub SortEntities()
|
Public Sub SortEntities()
|
||||||
If LevelLoader.IsBusy = False Then
|
If LevelLoader.IsBusy = False Then
|
||||||
Entities = (From f In Entities Order By f.CameraDistance Descending).ToList()
|
Entities = (From f In Entities Order By f.CameraDistance Descending).ToList()
|
||||||
|
Entities = (From f In Entities Order By f.GetType Is GetType(Particle) Ascending).ToList()
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user