fix cloud alpha blending

This commit is contained in:
nilllzz 2018-02-22 01:58:31 +01:00
parent 06a666a4b2
commit d9798acdc6

View File

@ -85,7 +85,7 @@
Roll = Math.PI Roll = Math.PI
End If End If
Core.GraphicsDevice.BlendState = BlendState.AlphaBlend Core.GraphicsDevice.BlendState = BlendState.NonPremultiplied
For Each ModelMesh As ModelMesh In SkydomeModel.Meshes For Each ModelMesh As ModelMesh In SkydomeModel.Meshes
For Each BasicEffect As BasicEffect In ModelMesh.Effects For Each BasicEffect As BasicEffect In ModelMesh.Effects