Optimize managed code

This commit is contained in:
Wojtek Figat
2025-07-23 18:17:10 +02:00
parent 6f172f8f2c
commit c3cf8fba98
2 changed files with 3 additions and 7 deletions

View File

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