Workbench: update of 3dview
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user