diff --git a/source/application.cpp b/source/application.cpp index 71fb5c9..817dd1e 100644 --- a/source/application.cpp +++ b/source/application.cpp @@ -2245,6 +2245,7 @@ namespace gmtk geom::point pen = view_box_.corner(1, 1) - geom::vector{step, step} / 2.f; + if (map_.cards.size() > 1) for (auto type : card_type_values()) { if (!map_.cards.contains(type))