might fix the rgba. dont know.

This commit is contained in:
Yggdrasil75
2026-01-08 14:23:28 -05:00
parent 1c9958711d
commit 4a98b10189

View File

@@ -261,7 +261,7 @@ public:
colorBuffer[idx + 3] = hitColor.x; colorBuffer[idx + 3] = hitColor.x;
colorBuffer[idx + 2] = hitColor.y; colorBuffer[idx + 2] = hitColor.y;
colorBuffer[idx + 1] = hitColor.z; colorBuffer[idx + 1] = hitColor.z;
colorBuffer[idx + 0] = 1; colorBuffer[idx + 0] = 255;
break; break;
} }