From 6062569cef898c5b1d4cf194b487f6875835f956 Mon Sep 17 00:00:00 2001 From: ESCA111 Date: Sat, 24 Jan 2026 11:50:10 +1300 Subject: [PATCH] awa --- .gitignore | 2 +- Source/FilterView.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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;