remove ghost comment

This commit is contained in:
Colin James Wood 2026-05-20 00:46:21 +01:00
parent 2cd1746465
commit 5c9e1ff312

1
src/external/rlsw.h vendored
View File

@ -5442,7 +5442,6 @@ static void SW_RASTER_TRIANGLE_SPAN(const sw_vertex_t *start, const sw_vertex_t
#endif
// Pre-calculate the starting pointers for the framebuffer row
// Don't allow a y value outside the buffer.
int baseOffset = y*RLSW.colorBuffer->width + xLoopStart;
uint8_t *cPtr = (uint8_t *)(RLSW.colorBuffer->pixels) + baseOffset*SW_FRAMEBUFFER_COLOR_SIZE;
#ifdef SW_ENABLE_DEPTH_TEST