Feature/cleanup (#1608)

* Revert screenlog back to showing Info and above messages
 * Various code cleanup
This commit is contained in:
Alexander Bock
2021-05-25 14:08:33 +02:00
committed by GitHub
parent 53d0b49f6b
commit c3ba532bdb
183 changed files with 4267 additions and 6072 deletions
+1 -1
View File
@@ -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);
}