Skip to content

Commit 9e6125f

Browse files
committed
Output debug log even on Release
1 parent 050c290 commit 9e6125f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void AddOne(const char* split)
4444
{
4545
logCS.Enter();
4646

47-
#ifdef DEBUG
47+
#ifdef WINDOWS
4848
OutputDebugString(split);
4949
OutputDebugString("\n");
5050
#endif

0 commit comments

Comments
 (0)