Quiet warning about 64-to-32 truncation.

This commit is contained in:
C.W. Betts
2022-04-09 09:56:44 -06:00
parent 8974733006
commit 1495821e01
+1 -1
View File
@@ -798,7 +798,7 @@ int Host::PresentFrameBuffer()
{
GET_CURRENT_OR_RETURN(0);
return [[current.renderDelegate presentationFramebuffer] integerValue];
return [[current.renderDelegate presentationFramebuffer] intValue];
}
void Host::ResizeHostDisplay(u32 new_window_width, u32 new_window_height, float new_window_scale)