mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 20:13:02 +00:00
dont fade in edit mode
This commit is contained in:
parent
a2dfe4fd8c
commit
5cea14c46e
1 changed files with 3 additions and 0 deletions
|
@ -272,6 +272,9 @@ namespace SanAndreasUnity.Behaviours.World
|
|||
|
||||
private bool NeedsFading()
|
||||
{
|
||||
if (F.IsAppInEditTime)
|
||||
return false;
|
||||
|
||||
if (F.IsInHeadlessMode)
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue