CI fixes.

This commit is contained in:
smoogipooo
2017-06-21 11:35:19 +09:00
parent fc0e44b214
commit b191d96aab
4 changed files with 1 additions and 4 deletions

View File

@ -55,7 +55,7 @@ namespace osu.Game.Graphics.Backgrounds
/// <summary>
/// Whether we should drop-off alpha values of triangles more quickly to improve
/// the visual appearance of fading. This defaults to on as it is generally more
/// aesthetically pleasing, but should be turned off in <see cref="BufferedContainer{T}"/>s.
/// aesthetically pleasing, but should be turned off in buffered containers.
/// </summary>
public bool HideAlphaDiscrepancies = true;