From 8cf389aaf748c77aecda0b3a3773c45053b0f231 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 25 Oct 2024 13:02:38 +0200 Subject: implement all ALGA features --- TileColorFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TileColorFactory.cpp') diff --git a/TileColorFactory.cpp b/TileColorFactory.cpp index 22738f6..124397a 100644 --- a/TileColorFactory.cpp +++ b/TileColorFactory.cpp @@ -5,7 +5,7 @@ using namespace std; const Color & TileColorFactory::get_color(const string & type) { if (this->collection.contains(type)) return this->collection.at(type); - + return TileColorFactory::default_color; } -- cgit v1.2.3