This commit is contained in:
Masataka SUMI 2021-06-07 20:44:08 +09:00
parent d700b393ff
commit 1f2cc762b7

View File

@ -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;