Remove unnecessary “the” from comment

This commit is contained in:
Elias Batek 2024-10-06 04:04:20 +02:00
parent 4947ea9efd
commit 359edb26ff
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
// always have a size that is a
// multiple of the internal
// resolution.
// The gentle reader might have noticed that the integer scaling will result
// The gentle reader might have noticed that integer scaling will result
// in a padding/border area around the image for most window sizes.
// How about changing its color?
cfg.renderer.background = ColorF(Pixel.white);