瀏覽代碼

Update Internal.cpp

Jannis 5 月之前
父節點
當前提交
a341008111
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      BeefRT/rt/Internal.cpp

+ 1 - 0
BeefRT/rt/Internal.cpp

@@ -306,6 +306,7 @@ void bf::System::Console::PutChars(char* ptr, int len)
 
 	for (int i = 0; i < len; i++)
 		putchar(ptr[i]);
+	fflush(stdout);
 }
 
 void bf::System::Console::ReopenHandles()