I haid this problem with the previous versions.
You can try to modify your config.cfg
Find the line "Camera"
Under this line you will find :
current = "xxxxx"; (xxx is the current profile u are using)
a few lines down, you will find a profile like this :
xxxxx
{
near_clip = 4;
middle_clip = 4;
far_clip = 60000;
structures = {30, 2000};
trees = {60000, 3000};
dynamic = {300, 20000};
objects = {3000, 40000};
mirage = {3000, 10000};
surface = {10000, 50000};
lights = {50, 10000};
lod = 0.7;
}
If i rembember well the default setting for near_clip is 0.4. Try to modify this setting to let's say 4.