Working Debug mode

This commit is contained in:
Tleety
2014-04-27 03:59:41 +02:00
parent 90e929131f
commit a199e777bc
6 changed files with 60 additions and 31 deletions
+1 -1
View File
@@ -15,5 +15,5 @@ out vec4 FragColor;
void main()
{
FragColor = texture2D(DiffuseTexture, Input.TextureCoord);
FragColor = texture2D(NormalTexture, Input.TextureCoord);
}