aboutsummaryrefslogtreecommitdiff
path: root/TileColorFactory.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-25 13:02:38 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-25 13:02:38 +0200
commit8cf389aaf748c77aecda0b3a3773c45053b0f231 (patch)
tree91268879710d6ae2868e548d3f44c664a19443d8 /TileColorFactory.h
parentda669db4f083194bc78358041c5d9929e103ac9f (diff)
implement all ALGA features
Diffstat (limited to 'TileColorFactory.h')
-rw-r--r--TileColorFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TileColorFactory.h b/TileColorFactory.h
index 4394c9e..5608a01 100644
--- a/TileColorFactory.h
+++ b/TileColorFactory.h
@@ -13,7 +13,7 @@ public:
void register_color(const std::string &, const Color &);
private:
- TileAppearanceCollection collection;
+ TileAppearanceCollection collection;
static constexpr Color default_color = {
.red = 0xff,
.green = 0xff,