mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
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)
|
||||
{
|
||||
#ifdef NL_OS_MAC
|
||||
Landscape->enableVegetable(false);
|
||||
#else
|
||||
if (ClientCfg.MicroVeget != LastClientCfg.MicroVeget)
|
||||
{
|
||||
if(ClientCfg.MicroVeget)
|
||||
|
@ -719,6 +722,7 @@ void updateFromClientCfg()
|
|||
Landscape->enableVegetable(false);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
//---------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue