naming(GraphicsAPI): repeat -> presentLastTarget

This commit is contained in:
Qwerasd
2025-06-20 15:51:48 -06:00
parent a802108558
commit ab926fc842
3 changed files with 3 additions and 3 deletions

View File

@@ -1274,7 +1274,7 @@ pub fn Renderer(comptime GraphicsAPI: type) type {
// We still need to present the last target again, because the
// apprt may be swapping buffers and display an outdated frame
// if we don't draw something new.
try self.api.repeat();
try self.api.presentLastTarget();
return;
}
self.cells_rebuilt = false;