Skip to content

Commit 516d32d

Browse files
committed
Fix nanoframe shadows.
1 parent 1d3526a commit 516d32d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

LuaRules/Gadgets/cus_gl4.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ local function initMaterials()
546546
itsXmas and "#define XMAS 1" or "#define XMAS 0",
547547
},
548548
shadowDefinitions = {
549+
"#define ENABLE_OPTION_HEALTH_TEXTURING 1",
549550
itsXmas and "#define XMAS 1" or "",
550551
},
551552
reflectionDefinitions = {
@@ -572,6 +573,7 @@ local function initMaterials()
572573
itsXmas and "#define XMAS 1" or "#define XMAS 0",
573574
},
574575
shadowDefinitions = {
576+
"#define ENABLE_OPTION_HEALTH_TEXTURING 1",
575577
"#define USESKINNING",
576578
itsXmas and "#define XMAS 1" or "",
577579
},

0 commit comments

Comments
 (0)