diff --git a/src/app.zig b/src/app.zig index 37d4b03..37aaf51 100644 --- a/src/app.zig +++ b/src/app.zig @@ -21,7 +21,7 @@ pub const stage = struct { pub const begin_frame = struct {}; pub const end_frame = struct {}; - // --- Core --- + // --- CORE --- pub const inputs = struct {}; pub const fixed_update = struct {}; pub const update = struct {};