mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add debug logs
These are disabled by default, because they're noisy. To enable them, pass -debug.
This commit is contained in:
@@ -444,6 +444,10 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
vlog_toggle_color(0);
|
||||
}
|
||||
else if (ARG("-debug"))
|
||||
{
|
||||
vlog_toggle_debug(1);
|
||||
}
|
||||
else if (ARG("-noinfo"))
|
||||
{
|
||||
vlog_toggle_info(0);
|
||||
|
||||
Reference in New Issue
Block a user