Skip to content

Commit

Permalink
chore: sdk scene console disable auto-scrolling
Browse files Browse the repository at this point in the history
Signed-off-by: Pravus <[email protected]>
  • Loading branch information
pravusjif authored Jan 28, 2025
1 parent 907c855 commit 054e03d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private Color GetLogColor(LogType type)
}
}

public void Log(string message, string stackTrace = "", LogType type = LogType.Log, bool scrollToBottom = true)
public void Log(string message, string stackTrace = "", LogType type = LogType.Log, bool scrollToBottom = false)
{
consoleBuffer.HandleLog(message, stackTrace, type);

Expand Down

0 comments on commit 054e03d

Please sign in to comment.