voxel meshes perhaps

This commit is contained in:
Ben
2021-03-02 17:42:24 +00:00
parent 9f9daa3a6e
commit 6e42ac9e8b
5 changed files with 28 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ void version()
{
std::stringstream version;
auto& container = []( std::string s ) { std::string r = ""; for ( auto& c : s ) { r += "-"; } return r; };
const auto& container = []( std::string s ) { std::string r = ""; for ( auto& c : s ) { r += "-"; } return r; };
version << "Minecraft ";
version << VERSION_MAJOR << "." << VERSION_MINOR << "." << VERSION_PATCH;