Fix @1x skin elements not being used

This commit is contained in:
Dean Herbert 2018-03-24 11:40:45 +09:00
parent 5e624de4b2
commit 1996698817
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public override Drawable GetDrawableComponent(string componentName)
if (texture == null)
{
ratio *= 2;
GetTexture(componentName);
texture = GetTexture(componentName);
}
if (texture == null) return null;