Watch
2
0
Fork
You've already forked raylib-cs
0

Review README files and comment style

This commit is contained in:
Rgebee 2026-07-31 08:24:07 +01:00
commit 5e2b5aef34
5 changed files with 35 additions and 35 deletions

View file

@ -80,7 +80,7 @@ public unsafe partial class CustomLogging : IExample
{
#if !BROWSER
// Restore the default formatting logger on desktop. On WebAssembly we leave the (wasm-safe)
// custom logger in place Logging.LogConsole formats via vsprintf, which traps on wasm.
// custom logger in place - Logging.LogConsole formats via vsprintf, which traps on wasm.
SetTraceLogCallback(&Logging.LogConsole);
#endif
}