1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-09 11:35:21 +01:00

Merge branch 'master' into doc-refactor-2

This commit is contained in:
Bradley Pierce
2024-01-24 20:17:56 -05:00

View File

@@ -775,9 +775,9 @@ void ChatPrompt::clampView()
ChatBackend::ChatBackend():
m_console_buffer(500),
m_console_buffer(1500),
m_recent_buffer(6),
m_prompt(L"]", 500)
m_prompt(L"]", 1500)
{
}