mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
IngameRenderer: damned thing finally works somewhat
This commit is contained in:
@@ -40,6 +40,6 @@ void main(void) {
|
||||
out_color = out_color * scanline_darkening;
|
||||
}
|
||||
|
||||
gl_FragColor = vec4(out_color, 0.5);
|
||||
gl_FragColor = vec4(out_color, 1);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user