UI: Decrease the fade in/out time of regions with region overlap on.

This commit is contained in:
Pablo Vazquez 2018-11-09 03:26:42 +01:00
parent f96e7154f6
commit 39663fd049
1 changed files with 2 additions and 2 deletions

View File

@ -4511,8 +4511,8 @@ typedef struct RegionAlphaInfo {
int hidden;
} RegionAlphaInfo;
#define TIMEOUT 0.2f
#define TIMESTEP 0.04f
#define TIMEOUT 0.1f
#define TIMESTEP 0.05f
float ED_region_blend_alpha(ARegion *ar)
{