소스 검색

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()