mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-24 21:59:40 -04:00
fix for release, no bf printing directly to stdout!
This commit is contained in:
parent
1c45c9b03b
commit
81cada675c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class AnsiTrace
|
|||
|
||||
public static function traceBF()
|
||||
{
|
||||
#if sys
|
||||
#if (sys && debug)
|
||||
if (colorSupported)
|
||||
{
|
||||
for (line in ansiBF)
|
||||
|
|
Loading…
Add table
Reference in a new issue