mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
more hacking
This commit is contained in:
parent
96e83e3ed4
commit
1177ffd439
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ void main(void) {
|
|||
gl_TexCoord[0] = gl_MultiTexCoord0;
|
||||
|
||||
// pass along the diffuse color
|
||||
gl_FrontColor = vec4(0,1,0,1); //gl_Color;
|
||||
gl_FrontColor = gl_Color;
|
||||
|
||||
// standard transform
|
||||
TransformCamera cam = getTransformCamera();
|
||||
|
|
Loading…
Reference in a new issue