mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 08:43:50 +02:00
cleanup
This commit is contained in:
@@ -46,7 +46,7 @@ namespace VRCX
|
||||
public string GetAssetVersion(int version)
|
||||
{
|
||||
byte[] bytes = BitConverter.GetBytes(version);
|
||||
string versionHex = String.Empty;
|
||||
string versionHex = string.Empty;
|
||||
foreach (byte b in bytes)
|
||||
{
|
||||
versionHex += b.ToString("X2");
|
||||
|
||||
Reference in New Issue
Block a user