Browse Source

Update Internal.cpp

Jannis 5 tháng trước cách đây
mục cha
commit
a341008111
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()