mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 14:29:52 -05:00
fix
This commit is contained in:
parent
d700b393ff
commit
1f2cc762b7
|
|
@ -31,7 +31,7 @@ inline bool MToon_IsOutlinePass()
|
|||
// Compile-time constant
|
||||
inline bool MToon_IsNormalMapOn()
|
||||
{
|
||||
#if defined(_MTOON_NORMALMAP)
|
||||
#if defined(_NORMALMAP)
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user