From 5a81421c4b4aaa9599949c36bcf0ed5e23c0003c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 21 May 2023 09:11:17 +0200 Subject: [PATCH] newline --- shaders/manif.fs | 1 - 1 file changed, 1 deletion(-) diff --git a/shaders/manif.fs b/shaders/manif.fs index e956008..ee0e35b 100644 --- a/shaders/manif.fs +++ b/shaders/manif.fs @@ -28,6 +28,5 @@ void main() { } else { fragColor = mix(fragColor, color, 1. * (i / 1)); } - } }