X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fui%2Fui.cpp;h=5f60d4401d056e116422b72941965217cd26edce;hb=242b87a5fb412f9006e4b7debc1408cf7ac83000;hp=be4ca9f2a18072ba29039fbc0daf9f6bd57e0daa;hpb=9d9b14cc916df12e23173035049e42c0d21a683a;p=blank.git diff --git a/src/ui/ui.cpp b/src/ui/ui.cpp index be4ca9f..5f60d44 100644 --- a/src/ui/ui.cpp +++ b/src/ui/ui.cpp @@ -295,7 +295,7 @@ HUD::HUD(Environment &env, Config &config, const Player &player) buf.indices = std::vector({ 0, 1, 2, 3 }); - buf.colors.resize(4, { 10.0f, 10.0f, 10.0f, 1.0f }); + buf.colors.resize(4, { 255, 255, 255, 255 }); crosshair.Update(buf); }