]> git.localhorst.tv Git - blank.git/blobdiff - src/ui/ui.cpp
save a little bandwidth
[blank.git] / src / ui / ui.cpp
index be4ca9f2a18072ba29039fbc0daf9f6bd57e0daa..5f60d4401d056e116422b72941965217cd26edce 100644 (file)
@@ -295,7 +295,7 @@ HUD::HUD(Environment &env, Config &config, const Player &player)
        buf.indices = std::vector<PrimitiveMesh::Index>({
                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);
 }