renderer/metal: do not be unhealthy by default :)

pull/1315/head
Mitchell Hashimoto 2024-01-16 11:28:01 -08:00
parent 376345dcae
commit c28f2e36cc
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 1 additions and 1 deletions

View File

@ -896,7 +896,7 @@ fn bufferCompleted(
const status = buffer.getProperty(mtl.MTLCommandBufferStatus, "status");
const health: Health = switch (status) {
.@"error" => .unhealthy,
else => .unhealthy,
else => .healthy,
};
// If our health value hasn't changed, then we do nothing. We don't