Skip to content
Snippets Groups Projects
Commit 2411ec16 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

ensure the engine builds on fedora37

parent aa20c52c
No related branches found
No related tags found
No related merge requests found
Pipeline #3776 passed
......@@ -63,7 +63,7 @@ namespace fggl::debug {
template<typename S, typename... Args>
void logf(const char *file, int line, const S &format, Args &&... args) {
vlog(file, line, format, fmt::make_args_checked<Args...>(format, args...));
vlog(file, line, format, fmt::make_format_args(format, args...));
}
#define info_va(format, ...) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment