Overlay Engine: Fix unreported crash on startup caused by new shader

This commit is contained in:
2019-12-05 17:00:03 +01:00
parent 9f48a04799
commit fe605080ef

View File

@@ -6,7 +6,7 @@ in vec3 nor;
/* ---- Per instance Attrs ---- */
in mat4 inst_obmat;
out vec4 finalColor;
flat out vec4 finalColor;
flat out vec2 edgeStart;
noperspective out vec2 edgePos;