kernel: tweak gaussian deviation

So that the shadow doesn't look cut off or fuzzy.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-04-19 00:11:54 +01:00
parent eb2b0a6fa1
commit 452e313c64
4 changed files with 62 additions and 6 deletions

View File

@ -12,6 +12,8 @@
#include <string.h>
#include <unistd.h>
#include <test.h>
#include "compiler.h"
#define ARR_SIZE(arr) (sizeof(arr) / sizeof(arr[0]))