fix cloud alpha blending

This commit is contained in:
nilllzz 2018-02-22 01:58:31 +01:00
parent 06a666a4b2
commit d9798acdc6
1 changed files with 1 additions and 1 deletions

View File

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