[keel,nostalgia,turbine] Change log channel delimiter from :: to .
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user