summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-04-09 12:30:02 +0200
committerGitHub <noreply@github.com>2020-04-09 12:30:02 +0200
commitee057cb427796bc584b143024d1ee01da05269b9 (patch)
tree8c907af43137f088a0bb0b8b2463c63339fc8003 /src/core
parentMerge pull request #387 from aap/master (diff)
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadre3-ee057cb427796bc584b143024d1ee01da05269b9.tar
re3-ee057cb427796bc584b143024d1ee01da05269b9.tar.gz
re3-ee057cb427796bc584b143024d1ee01da05269b9.tar.bz2
re3-ee057cb427796bc584b143024d1ee01da05269b9.tar.lz
re3-ee057cb427796bc584b143024d1ee01da05269b9.tar.xz
re3-ee057cb427796bc584b143024d1ee01da05269b9.tar.zst
re3-ee057cb427796bc584b143024d1ee01da05269b9.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/re3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp
index 6d4ff252..6eae8685 100644
--- a/src/core/re3.cpp
+++ b/src/core/re3.cpp
@@ -458,7 +458,7 @@ void re3_debug(const char *format, ...)
vsprintf_s(re3_buff, re3_buffsize, format, va);
va_end(va);
-// printf("%s", re3_buff);
+ printf("%s", re3_buff);
CDebug::DebugAddText(re3_buff);
}