Commit 639b139c authored by fallenstardust's avatar fallenstardust
parents fd0a8d15 70afa569
......@@ -3610,7 +3610,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
mainGame->cbANNumber->setVisible(true);
mainGame->btnANNumberOK->setRelativePosition(rect<s32>(70 * mainGame->xScale, 95 * mainGame->yScale, 160 * mainGame->xScale, 145 * mainGame->yScale));
recti pos = mainGame->wANNumber->getRelativePosition();
pos.LowerRightCorner.Y = pos.UpperLeftCorner.Y + 95 * mainGame->yScale;
pos.LowerRightCorner.Y = pos.UpperLeftCorner.Y + 150 * mainGame->yScale;
mainGame->wANNumber->setRelativePosition(pos);
}
if(select_hint)
......
......@@ -8,7 +8,7 @@ android {
applicationId "cn.garymb.ygomobile"
minSdkVersion 21
targetSdkVersion 28
versionCode 360001216
versionCode 360001219
versionName "3.6.0"
flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true
......
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