Skip to content
Snippets Groups Projects
Commit f32af4ad authored by Noé's avatar Noé
Browse files

less lag

parent 4b2ff8c1
No related branches found
No related tags found
No related merge requests found
#include "settings.hpp" #include "settings.hpp"
float _terrain_length = 500; float _terrain_length = 250;
int _num_trees = _terrain_length * 3 / 2; int _num_trees = _terrain_length / 2;
int _num_grass = _terrain_length * 3 / 2; int _num_grass = _terrain_length / 2;
int num_trees() { return _num_trees; } int num_trees() { return _num_trees; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment