build: fix tracy build

This commit is contained in:
CJ van den Berg 2025-02-28 21:23:27 +01:00
parent 5069c83875
commit c9333372e9
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -615,7 +615,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);
};