mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 13:54:45 -05:00
fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user