aboutsummaryrefslogtreecommitdiff
path: root/src/client/mesh_generator_thread.h
diff options
context:
space:
mode:
authorROllerozxa <temporaryemail4meh+github@gmail.com>2022-07-31 15:18:04 +0200
committerGitHub <noreply@github.com>2022-07-31 15:18:04 +0200
commitde509d05e629566daa6953b4845077e8ad07d98a (patch)
tree49262ed4bc0136a7b56d3dd5735c372ebc1e4ac9 /src/client/mesh_generator_thread.h
parentc14b7536a460899701f7694dbf95225a39307b51 (diff)
downloadminetest-de509d05e629566daa6953b4845077e8ad07d98a.tar.gz
minetest-de509d05e629566daa6953b4845077e8ad07d98a.tar.bz2
minetest-de509d05e629566daa6953b4845077e8ad07d98a.zip
Fix Android blank screen (#12604)
Hardcode the variables to 0 on Android
Diffstat (limited to 'src/client/mesh_generator_thread.h')
0 files changed, 0 insertions, 0 deletions
r 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. */ #ifndef MAPGEN_V5_HEADER #define MAPGEN_V5_HEADER #include "mapgen.h" #define MGV5_LARGE_CAVE_DEPTH -256 class BiomeManager; extern FlagDesc flagdesc_mapgen_v5[]; struct MapgenV5Params : public MapgenSpecificParams {