obj: Refine comments, make updated set bits back to false, swap Objects parameters

This commit is contained in:
foxnne 2024-11-27 11:37:14 -06:00 committed by Emi Gutekanst
parent f58cb270b1
commit 0546c3d5ca
3 changed files with 38 additions and 67 deletions

View file

@ -206,8 +206,6 @@ pub fn setSize(darwin: *Darwin, size: Size) void {
frame.size.height = @floatFromInt(size.height);
frame.size.width = @floatFromInt(size.width);
window.setFrame_display_animate(frame, true, true);
std.log.debug("setSize successfully called", .{});
}
}