From 8441eafb2c80c1c7ce57f168180449beefc95825 Mon Sep 17 00:00:00 2001 From: Bigfoot71 Date: Sat, 25 Oct 2025 16:02:40 +0200 Subject: [PATCH] adding note --- src/external/rlsw.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/external/rlsw.h b/src/external/rlsw.h index 738b2ea76..ca3c08bf4 100644 --- a/src/external/rlsw.h +++ b/src/external/rlsw.h @@ -3134,6 +3134,7 @@ static inline void FUNC_NAME(const sw_vertex_t *v0, const sw_vertex_t *v1) \ \ for (int i = 0; i < numPixels; i++) \ { \ + /* REVIEW: May require reviewing projection details */ \ int px = (int)(x - 0.5f); \ int py = (int)(y - 0.5f); \ \