fix code check

This commit is contained in:
Ph42oN 2024-01-04 11:44:51 +02:00
parent acbcf4f497
commit 27ce0b48e5

View file

@ -42,8 +42,7 @@ get_tearing_preference(struct output *output)
return false; return false;
} }
/* If the active view requests tearing, or it /* If the active view requests tearing, or it is toggled on with action, allow it */
has been requested with action, allow it */
if (server->active_view->tearing_hint) { if (server->active_view->tearing_hint) {
return true; return true;
} }