Remove dangling "Let's" from example code

This commit is contained in:
Elias Batek 2023-12-22 03:36:51 +01:00
parent 7b481e2d32
commit a7401aa1c3
1 changed files with 1 additions and 1 deletions

View File

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