fix: compile error on build

Close #84
vr
mob-sakai 2020-05-07 11:18:41 +09:00
parent be4ebfed91
commit e7ff660aa5
1 changed files with 2 additions and 2 deletions

4
Packages/SoftMaskForUGUI/Scripts/SoftMask.cs Executable file → Normal file
View File

@ -384,7 +384,7 @@ namespace Coffee.UIExtensions
hasChanged = true;
}
// #if UNITY_EDITOR
#if UNITY_EDITOR
/// <summary>
/// Update the scene view matrix for shader.
/// </summary>
@ -421,7 +421,7 @@ namespace Coffee.UIExtensions
base.OnValidate();
_hasStencilStateChanged = false;
}
// #endif
#endif
//################################
// Private Members.