Practise what you preach

This commit is contained in:
Elias Batek 2025-02-02 02:21:40 +01:00
parent f2c15f0e31
commit f815c0b336
1 changed files with 1 additions and 1 deletions

View File

@ -3128,7 +3128,7 @@ private void scaleToImpl(ScalingFilter filter)(const Pixmap source, Pixmap targe
}();
}
foreach (x, ref pxDst; dstLine) {
foreach (const x, ref pxDst; dstLine) {
const posDstX = x.castTo!uint;
const int[2] posDst = [
posDstX,