Add/update license headers.

This commit is contained in:
Dean Herbert
2017-02-14 16:13:25 +09:00
parent ce29f0b0be
commit f207da6041
34 changed files with 81 additions and 39 deletions

View File

@ -20,6 +20,8 @@ namespace osu.Game.Graphics.Backgrounds
public Background(string textureName = @"")
{
CacheDrawnFrameBuffer = true;
this.textureName = textureName;
RelativeSizeAxes = Axes.Both;
Depth = float.MaxValue;