X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2Fblock.cpp;h=f518b64aeabc96ad4a7cc8d8313582cb64348f8f;hb=6513b55584093a86ce1e369e054263dd75c295c8;hp=c8618939e825bebf690a9f52903493d862b0ccad;hpb=ef2427f841a434f93805321f8bbac44be2dd4555;p=blank.git diff --git a/src/world/block.cpp b/src/world/block.cpp index c861893..f518b64 100644 --- a/src/world/block.cpp +++ b/src/world/block.cpp @@ -76,7 +76,7 @@ BlockType::BlockType() noexcept , textures() , hsl_mod(0, 255, 255) , rgb_mod(255, 255, 255) -, outline_color(-1, -1, -1) +, outline_color(0, 0, 0) , gravity() , name("anonymous") , label("some block")