summaryrefslogtreecommitdiff
path: root/src/client/mapblock_mesh.cpp
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2020-11-26 22:17:11 +0100
committersfan5 <sfan5@live.de>2020-11-26 22:17:11 +0100
commit868749b4f8e898be0c01f892ea78d859d054c17e (patch)
treedada8f85ae91d167ce3a8948985af2dcd6c904a2 /src/client/mapblock_mesh.cpp
parent8689e00fca2cf55594d53f4e112f0d7b6676c8b0 (diff)
downloadminetest-868749b4f8e898be0c01f892ea78d859d054c17e.tar.gz
minetest-868749b4f8e898be0c01f892ea78d859d054c17e.tar.bz2
minetest-868749b4f8e898be0c01f892ea78d859d054c17e.zip
Return star color calculation to what it previously was
Diffstat (limited to 'src/client/mapblock_mesh.cpp')
0 files changed, 0 insertions, 0 deletions
a> 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
/*
Minetest
Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2013 Kahrl <kahrl@gmx.net>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

#pragma once