Merge branch 'DebugLog-documentation-fix' of https://github.com/anton-makarenko/FlaxEngine into anton-makarenko-DebugLog-documentation-fix

This commit is contained in:
Wojtek Figat
2025-03-02 22:54:26 +01:00

View File

@@ -19,7 +19,7 @@ public:
static void Log(LogType type, const StringView& message);
/// <summary>
/// A variant of Debug.Log that logs a warning message to the console.
/// A variant of Debug.Log that logs an info message to the console.
/// </summary>
/// <param name="message">The text message to display.</param>
FORCE_INLINE static void Log(const StringView& message)