Skip to content
Snippets Groups Projects
Commit cdfb5345 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

small comment update

parent 9de8e59c
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define FOV_ANGLE (PI/2.5)
// The absolute working limit is (2^15 - viewing_range).
// I really don't want to make every algorithm to check if it's
// going near the limit or not, so this is lower.
#define MAP_GENERATION_LIMIT (31000)
// Size of node in rendering units
......
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