Updated MeshAgents, all except FreeBSD and MacOS.

This commit is contained in:
Ylian Saint-Hilaire
2020-01-30 14:31:32 -08:00
parent 76c67aeb82
commit efb7ac9dba
20 changed files with 44 additions and 6 deletions

View File

@@ -146,6 +146,10 @@ function windows_terminal() {
this.StartEx = function Start(CONSOLE_SCREEN_WIDTH, CONSOLE_SCREEN_HEIGHT, terminalTarget)
{
// The older windows terminal does not support
CONSOLE_SCREEN_WIDTH = 80;
CONSOLE_SCREEN_HEIGHT = 25;
if (this._stream != null)
{
throw ('Concurrent terminal sessions are not supported on Windows.');