mirror of
https://github.com/zetaPRIME/libstarlight.git
synced 2025-06-26 13:42:46 +00:00
...and remove testing artifacts
This commit is contained in:
parent
c3207cc2f9
commit
244e2c2ed0
@ -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 |
Loading…
x
Reference in New Issue
Block a user