Add Editor for Mac impl progress

This commit is contained in:
Wojtek Figat
2021-12-31 17:12:55 +01:00
parent 45117e3445
commit 9b991bcfdf
12 changed files with 29 additions and 0 deletions

View File

@@ -107,6 +107,8 @@ void EditorAnalytics::StartSession()
{ UA_USER_AGENT, 0, "Windows " FLAXENGINE_VERSION_TEXT },
#elif PLATFORM_LINUX
{ UA_USER_AGENT, 0, "Linux " FLAXENGINE_VERSION_TEXT },
#elif PLATFORM_MAC
{ UA_USER_AGENT, 0, "Mac " FLAXENGINE_VERSION_TEXT },
#else
#error "Unknown platform"
#endif