|
LogVerbosity g_current_verbosity = LOG_VERBOSITY_INFO; |
see the comment: is using global state bad for verbosity level because of issues with .libs?
We may want to look at what raylib do with their CORE struct they have and see if they have encountered this issue.
Core/src/win64/debug.win64.cpp
Line 64 in 60ffd96
see the comment: is using global state bad for verbosity level because of issues with .libs?
We may want to look at what raylib do with their CORE struct they have and see if they have encountered this issue.