We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6d8cc commit 695f92bCopy full SHA for 695f92b
1 file changed
src/core/graphics/shaders/cg/text_vert.cg
@@ -3,5 +3,5 @@ float2 out texCoords : TEXCOORD0;
3
4
void main(float4 position) {
5
texCoords = position.zw;
6
- gl_Position = float4(position.x / 550.0 + 0.6, -position.y / 300.0 + 0.925, 0.0, 1.0);
+ gl_Position = float4(position.x / 550.0 + 0.5, -position.y / 300.0 + 0.975, 0.0, 1.0);
7
}
0 commit comments