diff --git a/.gitignore b/.gitignore index 1d32326..e3e4d30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ compile_commands.json -Builds +Builds/LinuxMakefile/build diff --git a/Source/FilterView.h b/Source/FilterView.h index 023462a..bc5d798 100644 --- a/Source/FilterView.h +++ b/Source/FilterView.h @@ -20,7 +20,6 @@ #define COLOUR {230, 230, 230, 1.0} #define BGCOLOUR {255, 255, 255, 0.3} - #define VERTEXSHADERFILTER R"(#version 330 core in vec2 position; in vec4 colour;