summaryrefslogtreecommitdiff
path: root/ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui.cpp')
-rw-r--r--ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.cpp b/ui.cpp
index 2e21d54..566f1a7 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -1360,7 +1360,7 @@ void UI::Modal::on_render() {
ui->ren.set_clip(clip);
ui->draw_container(
contents->bound,
- Colour(0xffffff, 0x80)
+ 0xffffff
);
}