Skip to content
Snippets Groups Projects
Commit 0aa622d7 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix the typo, fix the pipes.

parent bc3d9e44
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4589 passed
......@@ -830,10 +830,10 @@ gdi_thread(void *arg)
goto fail;
pthread_mutex_lock(&vstatlock);
if (ciolib_initial_scaling != 0) {
if (ciolib_internal_scaling < 1.0) {
if (ciolib_initial_scaling < 1.0) {
if (get_monitor_size_pos(&vstat.winwidth, &vstat.winheight, &wx, &wy)) {
vstat.winwidth *= ciolib_internal_scaling;
vstat.winheight *= ciolib_internal_scaling;
vstat.winwidth *= ciolib_initial_scaling;
vstat.winheight *= ciolib_initial_scaling;
ciolib_initial_scaling = bitmap_double_mult_inside(vstat.winwidth, vstat.winheight);
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment