display train names on map

This commit is contained in:
milek7
2019-02-18 00:06:58 +01:00
parent d391851c66
commit 52ff1ecb98
14 changed files with 248 additions and 238 deletions

View File

@@ -4,5 +4,5 @@ layout(location = 0) out vec4 out_color;
void main()
{
out_color = vec4(1.0f);
out_color = vec4(0.5f);
}