[keel,nostalgia,turbine] Change log channel delimiter from :: to .

This commit is contained in:
2023-11-25 20:59:01 -06:00
parent ecc49a63b0
commit 540ed9b3f9
4 changed files with 75 additions and 29 deletions

View File

@ -56,7 +56,7 @@ static void tickFps(GlfwContext &gctx, uint64_t nowMs) noexcept {
if constexpr(config::GlFpsPrint) {
oxOutf("FPS: {}\n", fps);
}
oxTracef("turbine::fps", "FPS: {}", fps);
oxTracef("turbine.fps", "FPS: {}", fps);
gctx.prevFpsCheckTime = nowMs;
gctx.draws = 0;
}