OSDN Git Service

[DRAW][Qt] Re-enabled grid lines.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 11 Dec 2015 13:20:59 +0000 (22:20 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 11 Dec 2015 13:20:59 +0000 (22:20 +0900)
source/src/qt/common/grids_fragment_shader.glsl

index d277425..eb70ccb 100644 (file)
@@ -9,5 +9,4 @@ void main()
 {
     // Set fragment color from texture
     gl_FragColor = color;
-    //gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
 }