Skip to content

Commit a20c32f

Browse files
fix missing endif
1 parent 7f0d179 commit a20c32f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/external/rlsw.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5759,6 +5759,7 @@ static void SW_RASTER_QUAD(const sw_vertex_t *a, const sw_vertex_t *b,
57595759
cRow[3] += dCdx[3]*dxMin + dCdy[3]*dyMin;
57605760
#ifdef SW_ENABLE_DEPTH_TEST
57615761
zRow += dZdy*dyMin + dZdx*dxMin;
5762+
#endif
57625763
#ifdef SW_ENABLE_TEXTURE
57635764
uRow += dUdy*dyMin + dUdx*dxMin;
57645765
vRow += dVdy*dyMin + dVdx*dxMin;

0 commit comments

Comments
 (0)