mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 19:27:33 +02:00
commenting out
This commit is contained in:
parent
ca652730b5
commit
6444bcab1b
1 changed files with 0 additions and 1 deletions
|
@ -18,5 +18,4 @@ varying vec2 varTexcoord;
|
|||
|
||||
void main(void) {
|
||||
gl_FragColor = texture2D(colorMap, varTexcoord);
|
||||
// gl_FragColor = vec4(varTexcoord, 0.0, 1.0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue