From 3e4cdb70760e0c5f9a35c383d6a40b5d0e47a6f0 Mon Sep 17 00:00:00 2001 From: metzner Date: Fri, 15 Jul 2022 03:51:07 +0200 Subject: [PATCH] Line break in print statement --- Source/Archipelago/APWatchdog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Archipelago/APWatchdog.cpp b/Source/Archipelago/APWatchdog.cpp index b6c254f5..3197e0a7 100644 --- a/Source/Archipelago/APWatchdog.cpp +++ b/Source/Archipelago/APWatchdog.cpp @@ -528,7 +528,7 @@ void APWatchdog::RefreshDoorCollisions() { //_memory->UpdateEntityPosition(collisionToUpdate); } - OutputDebugStringW(L"-----"); + OutputDebugStringW(L"-----\n"); //Updates a tenth of the collisions every second. Will investigate if this needs to be increased potentially. } \ No newline at end of file