Flush buffer automatically

This commit is contained in:
BBaoVanC 2024-08-26 19:29:47 -05:00
parent 96d51ec2a7
commit b3ca9e1f41
No known key found for this signature in database
GPG key ID: 18089E4E3CCF1D3A

View file

@ -53,6 +53,6 @@ namespace Debug {
std::cout << "] ";
}
std::cout << std::vformat(fmt, std::make_format_args(args...)) << "\n";
std::cout << std::vformat(fmt, std::make_format_args(args...)) << std::endl;
}
};