Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[emapp] adds null check of sokol's logging (#226)
`spdlog` cannot pass NULL value to log format because `fmt` library doesn't accept NULL value to `const char *` expected and leads crash.
- Loading branch information