Skip to content

Commit 7f224ef

Browse files
author
devsh
committed
fix another bad-rewrite
1 parent 286457d commit 7f224ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/asset/filters/CBlitImageFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ class CBlitImageFilter :
590590
outOffsetLayer.x+localTexCoord.x,
591591
outOffsetLayer.y+localTexCoord.y,
592592
outOffsetLayer.z+localTexCoord.z,
593-
outOffsetLayer.w+layer
593+
outOffsetLayer.w
594594
);
595595
if (needsNormalization)
596596
state->normalization.prepass(value,localOutPos,0u,0u,ChannelCount);

0 commit comments

Comments
 (0)