From 2e14f7d559958765a5a0bb73e5c0350a327abcbd Mon Sep 17 00:00:00 2001 From: Imbris Date: Tue, 9 Apr 2019 00:27:27 -0400 Subject: [PATCH] update colors to match gamma scaling Former-commit-id: 461b5cf751d329a219250bc8090b016f54f3ec96 --- voxygen/src/hud/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxygen/src/hud/mod.rs b/voxygen/src/hud/mod.rs index c6fe0a1aa3..0241142a92 100644 --- a/voxygen/src/hud/mod.rs +++ b/voxygen/src/hud/mod.rs @@ -7,7 +7,7 @@ use crate::{ }; use common::assets; use conrod_core::{ - color, + color, Color, image::Id as ImgId, text::font::Id as FontId, widget::{Button, Image, Rectangle, Scrollbar, Text},