mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:38:10 +00:00
Everywhere: Fix typos
This commit is contained in:
parent
7ad31651bd
commit
421587c15c
12 changed files with 16 additions and 16 deletions
|
@ -527,7 +527,7 @@ void Compositor::flush(const Gfx::IntRect& a_rect)
|
|||
{
|
||||
auto rect = Gfx::IntRect::intersection(a_rect, Screen::the().rect());
|
||||
|
||||
// Almost everything in Compositor is in logical coordintes, with the painters having
|
||||
// Almost everything in Compositor is in logical coordinates, with the painters having
|
||||
// a scale applied. But this routine accesses the backbuffer pixels directly, so it
|
||||
// must work in physical coordinates.
|
||||
rect = rect * Screen::the().scale_factor();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue