Window render bugfix

This commit is contained in:
2025-11-10 14:08:34 +00:00
parent 5e93c7631d
commit df435819eb
3 changed files with 7 additions and 26 deletions
-1
View File
@@ -5,7 +5,6 @@ in vec4 vCol;
in vec4 vPos;
void main()
{
//fCol = vec4 (1,0.5,0,0.5);
fCol = vCol;
fPos = vPos;
}