maybe im stupid

This commit is contained in:
Alex Janka 2024-02-10 08:55:46 +11:00
parent 00c487f439
commit 5aa29620e8

View file

@ -475,6 +475,11 @@ impl CacaoWindow {
real_height: height * real_factor,
scaled_width: width,
scaled_height: height,
};
if let Some(backend) = self.backend.as_mut() {
backend
.resize(self.resolutions, &WindowHandleWrapper(&window))
.some_or_print();
}
}