mach: fix setMouseCursor compile error (#538)
This commit is contained in:
parent
73bef9a8c4
commit
9676665ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ pub const Platform = struct {
|
||||||
// TODO: In the future we shouldn't hit this because we'll provide backup
|
// TODO: In the future we shouldn't hit this because we'll provide backup
|
||||||
// custom cursors.
|
// custom cursors.
|
||||||
// See https://github.com/hexops/mach/pull/352 for more info
|
// See https://github.com/hexops/mach/pull/352 for more info
|
||||||
std.log.warn("mach: setMouseCursor: {s} not yet supported\n", .{cursor});
|
std.log.warn("mach: setMouseCursor: {} not yet supported\n", .{@tagName(cursor)});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue