feat: updated engine
This commit is contained in:
parent
cbe99774ff
commit
f4cf6b3999
6607 changed files with 910135 additions and 430025 deletions
|
|
@ -58,11 +58,11 @@ extern void print_error(const String &p_string);
|
|||
extern bool is_print_verbose_enabled();
|
||||
|
||||
// This version avoids processing the text to be printed until it actually has to be printed, saving some CPU usage.
|
||||
#define print_verbose(m_text) \
|
||||
{ \
|
||||
#define print_verbose(m_text) \
|
||||
{ \
|
||||
if (is_print_verbose_enabled()) { \
|
||||
print_line(m_text); \
|
||||
} \
|
||||
print_line(m_text); \
|
||||
} \
|
||||
}
|
||||
|
||||
template <typename... Args>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue