build: fix tracy build
This commit is contained in:
parent
5069c83875
commit
c9333372e9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue