From 4d3766b65b01889251771c6d5bf172337b2a495f Mon Sep 17 00:00:00 2001
From: Cameron Taylor <cameron.taylor.ninja@gmail.com>
Date: Wed, 6 Jul 2022 20:58:13 -0400
Subject: [PATCH] better traces hehe

---
 source/funkin/LatencyState.hx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/funkin/LatencyState.hx b/source/funkin/LatencyState.hx
index bb6f52869..6de472584 100644
--- a/source/funkin/LatencyState.hx
+++ b/source/funkin/LatencyState.hx
@@ -30,7 +30,7 @@ class LatencyState extends MusicBeatSubstate
 	{
 		FlxG.stage.addEventListener(KeyboardEvent.KEY_DOWN, key ->
 		{
-			trace("EVENT PRESS: " + FlxG.sound.music.time + " " + Timer.stamp());
+			trace("\tEVENT PRESS: \t" + FlxG.sound.music.time + " " + Timer.stamp());
 			// trace("EVENT LISTENER: " + key);
 		});
 
@@ -120,7 +120,7 @@ class LatencyState extends MusicBeatSubstate
 	{
 		if (FlxG.keys.justPressed.S)
 		{
-			trace("UPDATE PRESS: " + FlxG.sound.music.time + " " + Timer.stamp());
+			trace("\tUPDATE PRESS: \t" + FlxG.sound.music.time + " " + Timer.stamp());
 		}
 
 		if (FlxG.keys.justPressed.X)