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