mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-08-14 10:37:07 -07:00
global offset
This commit is contained in:
parent
6afa3aaeb4
commit
4820296174
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ namespace qcbadge.Controllers
|
|||
|
||||
String badgeIdStr = qcData.Substring(0, 4);
|
||||
System.Diagnostics.Debug.WriteLine(badgeIdStr);
|
||||
int badgeId = Convert.ToInt32(badgeIdStr, 16);
|
||||
int badgeId = Convert.ToInt32(badgeIdStr, 16) - 1;
|
||||
System.Diagnostics.Debug.WriteLine(badgeId);
|
||||
|
||||
String curIconStr = qcData.Substring(4, 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue