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)); } - } }