Optimize managed code
This commit is contained in:
@@ -40,7 +40,7 @@ namespace FlaxEngine
|
||||
{
|
||||
if (message == null)
|
||||
return;
|
||||
#if BUILD_RELEASE
|
||||
#if BUILD_RELEASE || !FLAX_EDITOR
|
||||
string stackTrace = null;
|
||||
#else
|
||||
string stackTrace = Environment.StackTrace;
|
||||
|
||||
Reference in New Issue
Block a user