-Text output of command line programs was not being flushed.
This commit is contained in:
Person
2021-04-22 13:21:29 -06:00
vanhempi e64dd6c67d
commit 6a6e2f3dde
3 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
@@ -487,6 +487,8 @@ int _tmain(int argc, _TCHAR* argv[])
else
#endif
b = EmberRender<float>(argc, argv, opt);
cout << std::flush;
}
return b ? 0 : 1;