mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
fix for release, no bf printing directly to stdout!
This commit is contained in:
parent
80981eee37
commit
a63b60d458
|
@ -51,7 +51,7 @@ class AnsiTrace
|
||||||
|
|
||||||
public static function traceBF()
|
public static function traceBF()
|
||||||
{
|
{
|
||||||
#if sys
|
#if (sys && debug)
|
||||||
if (colorSupported)
|
if (colorSupported)
|
||||||
{
|
{
|
||||||
for (line in ansiBF)
|
for (line in ansiBF)
|
||||||
|
|
Loading…
Reference in a new issue