Oh this causes issues ok

This commit is contained in:
2025-11-15 11:38:21 -05:00
parent 9846a514ad
commit 408d50b6ce
2 changed files with 1 additions and 2 deletions

View File

@@ -87,7 +87,6 @@ namespace anm2ed::types::color
constexpr auto GREEN = vec4(0.0, 1.0, 0.0, 1.0);
constexpr auto BLUE = vec4(0.0, 0.0, 1.0, 1.0);
constexpr auto PINK = vec4(1.0, 0.0, 1.0, 1.0);
constexpr auto TRANSPARENT = vec4();
}
namespace anm2ed::types