Skip to content

Commit

Permalink
Line break in print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
metzner committed Jul 15, 2022
1 parent 4f6c78c commit 3e4cdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Archipelago/APWatchdog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}

0 comments on commit 3e4cdb7

Please sign in to comment.