...and remove testing artifacts

This commit is contained in:
zetaPRIME 2017-05-03 21:38:23 -04:00
parent c3207cc2f9
commit 244e2c2ed0
2 changed files with 0 additions and 4 deletions

View File

@ -54,10 +54,6 @@ void Label::PreDraw() {
buffer->Clear(); buffer->Clear();
GFXManager::PushContext(buffer.get()); GFXManager::PushContext(buffer.get());
textConfig.ROGet().Print(buffer->rect, text); textConfig.ROGet().Print(buffer->rect, text);
static auto testmask =
//ThemeManager::GetAsset("controls/button.idle");
ThemeManager::GetAsset("decorations/testmask");
testmask->Draw(buffer->rect, nullptr, nullptr, gfx::BlendMode::Mask);
GFXManager::PopContext(); GFXManager::PopContext();
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 540 KiB