comment out unused

This commit is contained in:
RickyRister 2026-01-26 04:08:23 -08:00
parent f1f38c570c
commit 0edb33cdbf

View file

@ -16,7 +16,7 @@
#include <utility>
static constexpr qreal MTG_CARD_ASPECT_RATIO = 1.396;
static constexpr qreal YUGIOH_CARD_ASPECT_RATIO = 1.457;
// static constexpr qreal YUGIOH_CARD_ASPECT_RATIO = 1.457;
static constexpr qreal ASPECT_RATIO = MTG_CARD_ASPECT_RATIO;
static constexpr int BASE_WIDTH = 200;