mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 04:20:14 -05:00
Feature/cleanup (#1608)
* Revert screenlog back to showing Info and above messages * Various code cleanup
This commit is contained in:
@@ -32,5 +32,5 @@ in vec4 out_color;
|
||||
out vec4 FragColor;
|
||||
|
||||
void main() {
|
||||
FragColor = out_color * texture(tex, out_uv);
|
||||
FragColor = out_color * texture(tex, out_uv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user