Skip to content

Commit 695f92b

Browse files
committed
Move the info text slightly so that it doesn't overlap
1 parent 6f6d8cc commit 695f92b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/graphics/shaders/cg/text_vert.cg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ float2 out texCoords : TEXCOORD0;
33

44
void main(float4 position) {
55
texCoords = position.zw;
6-
gl_Position = float4(position.x / 550.0 + 0.6, -position.y / 300.0 + 0.925, 0.0, 1.0);
6+
gl_Position = float4(position.x / 550.0 + 0.5, -position.y / 300.0 + 0.975, 0.0, 1.0);
77
}

0 commit comments

Comments
 (0)