apprt/embedded: adapt to new binding API

This commit is contained in:
Mitchell Hashimoto
2023-09-29 22:13:34 -07:00
parent 56b0cb51d5
commit 8f82f8cad6

View File

@ -987,7 +987,7 @@ pub const CAPI = struct {
return false;
};
ptr.core_surface.performBindingAction(action) catch |err| {
_ = ptr.core_surface.performBindingAction(action) catch |err| {
log.err("error performing binding action action={} err={}", .{ action, err });
return false;
};