Make logging fit to standard
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 2m7s

This commit is contained in:
2024-09-17 23:17:19 -04:00
parent 41fa634da1
commit 58e432b9c3
5 changed files with 33 additions and 24 deletions

View File

@@ -15,7 +15,7 @@
#include <JGL/types/Font.h>
#include <JGL/types/FontCache.h>
#include <JGL/Logger.h>
#include "JGL/logger/logger.hpp"
namespace JGL {
CachedFont* CacheFont(const Font& font, u32 size) {