mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-01 03:21:15 +00:00
Add newline character to debug output
Current issue: m_windowHandle is not being set, at least not correctly. Not sure why, requires further investigation.
This commit is contained in:
parent
f5d38d1dbb
commit
9579476b38
@ -3,5 +3,5 @@
|
|||||||
|
|
||||||
|
|
||||||
void my_output(void *userdata, int category, SDL_LogPriority priority, const char *message) {
|
void my_output(void *userdata, int category, SDL_LogPriority priority, const char *message) {
|
||||||
DbgPrint("%s", message);
|
DbgPrint("%s\n", message);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user