Fix number of bits used for shadows

Fixes red bodies as reported in #565, and possibly #583
pull/3/head
Hleb Valoshka 2019-12-12 22:55:32 +03:00
parent bfc8f4b4d9
commit 87a551ede7
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class ShaderProperties
enum
{
ShadowBitsPerLight = 4,
ShadowBitsPerLight = 8,
};
enum