Merge branch 'master' into zig-0.14

This commit is contained in:
CJ van den Berg 2025-02-28 21:43:10 +01:00
commit dceb433e9e
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
5 changed files with 23 additions and 3 deletions

View file

@ -616,7 +616,7 @@ pub const Editor = struct {
}
if (self.buffer) |buffer| if (buffer.get_meta()) |meta| {
const frame_ = tracy.initZone(@src(), .{ .name = extract_state });
const frame_ = tracy.initZone(@src(), .{ .name = "extract_state" });
defer frame_.deinit();
try self.extract_state(meta, .none);
};