Fixed bugs with console
This commit is contained in:
@@ -12,6 +12,7 @@ void logDebug(const char_t *message, ...) {
|
||||
va_start(args, message);
|
||||
vprintf(message, args);
|
||||
va_end(args);
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
void logError(const char_t *message, ...) {
|
||||
|
||||
Reference in New Issue
Block a user