Commit d265ce00 authored by nanahira's avatar nanahira Committed by GitHub

fix

parent bdf6824a
...@@ -1293,6 +1293,7 @@ void Game::ShowCardInfo(int code, bool resize) { ...@@ -1293,6 +1293,7 @@ void Game::ShowCardInfo(int code, bool resize) {
myswprintf(scaleBuffer, L" %d/%d", cd.lscale, cd.rscale); myswprintf(scaleBuffer, L" %d/%d", cd.lscale, cd.rscale);
wcscat(formatBuffer, scaleBuffer); wcscat(formatBuffer, scaleBuffer);
} }
stDataInfo->setText(formatBuffer);
int offset_sayuri = 0; int offset_sayuri = 0;
if(cd.type & TYPE_LINK && cd.level > 5 && window_size.Width < 1220.0) if(cd.type & TYPE_LINK && cd.level > 5 && window_size.Width < 1220.0)
offset_sayuri = 15; offset_sayuri = 15;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment