diff options
Diffstat (limited to 'TileColorFactory.cpp')
-rw-r--r-- | TileColorFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |