diff --git a/Source/Engine/Profiler/Profiler.Build.cs b/Source/Engine/Profiler/Profiler.Build.cs index b1bdd85b8..013336181 100644 --- a/Source/Engine/Profiler/Profiler.Build.cs +++ b/Source/Engine/Profiler/Profiler.Build.cs @@ -15,8 +15,6 @@ public class Profiler : EngineModule /// True if use profiler, otherwise false. public static bool Use(BuildOptions options) { - if (options.Platform.Target == TargetPlatform.Web) - return false; return options.Configuration != TargetConfiguration.Release || options.Target.IsEditor; }