Changed: disabled veget on mac since it crash
This commit is contained in:
parent
3746c92c86
commit
7659ba10f5
1 changed files with 4 additions and 0 deletions
|
@ -700,6 +700,9 @@ void updateFromClientCfg()
|
||||||
//---------------------------------------------------
|
//---------------------------------------------------
|
||||||
if (Landscape)
|
if (Landscape)
|
||||||
{
|
{
|
||||||
|
#ifdef NL_OS_MAC
|
||||||
|
Landscape->enableVegetable(false);
|
||||||
|
#else
|
||||||
if (ClientCfg.MicroVeget != LastClientCfg.MicroVeget)
|
if (ClientCfg.MicroVeget != LastClientCfg.MicroVeget)
|
||||||
{
|
{
|
||||||
if(ClientCfg.MicroVeget)
|
if(ClientCfg.MicroVeget)
|
||||||
|
@ -719,6 +722,7 @@ void updateFromClientCfg()
|
||||||
Landscape->enableVegetable(false);
|
Landscape->enableVegetable(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------
|
//---------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue