fix typo
This commit is contained in:
parent
1409eb78ae
commit
987961cfe4
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@ uniform sampler2D tex0;
|
|||
|
||||
void main()
|
||||
{
|
||||
FragColor = texture(Tex0, TexCoord) * vec4(ourColor, 1.0);
|
||||
FragColor = texture(tex0, TexCoord) * vec4(ourColor, 1.0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue