UNIGLTF_DEVELOP to VRM_DEVELOP #97

This commit is contained in:
ousttrue
2019-01-09 16:03:06 +09:00
parent 51aad7f912
commit 43eae3e9e9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#if UNIGLTF_DEVELOP
#if VRM_DEVELOP
using System.Collections.Generic;
using System.IO;
using System.Linq;

View File

@@ -23,7 +23,7 @@ namespace UniGLTF
{
#region MeasureTime
bool m_showSpeedLog
#if UNIGLTF_DEVELOP
#if VRM_DEVELOP
= true
#endif
;