Workbench: update of 3dview

This commit is contained in:
Jeroen Bakker
2018-05-02 15:32:59 +02:00
parent 5659d8bc0a
commit ae1ba7679c
2 changed files with 5 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ void main()
gl_Position = ModelViewProjectionMatrix * vec4(pos, 1.0);
/* Temp hack for william to start using blender 2.8 for icons. Will be removed by T54910 */
gl_Position.z -= 0.001;
gl_Position.z -= 0.0001;
finalFlag = data;
}