Fix linking errors when referencing static members in engine classes

This commit is contained in:
2023-05-29 19:16:47 +03:00
parent 6a482c987c
commit 9e07e80fa1
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
/// <summary>
/// Profiler tools for development. Allows to gather profiling data and events from the engine.
/// </summary>
API_CLASS(Static) class ProfilingTools
API_CLASS(Static) class FLAXENGINE_API ProfilingTools
{
DECLARE_SCRIPTING_TYPE_NO_SPAWN(ProfilingTools);
public: