Skip to content

Commit

Permalink
chore: bump, change type of var to ushort instead of byte to prevent …
Browse files Browse the repository at this point in the history
…crash. not a propper fix
  • Loading branch information
DeltaNeverUsed committed Jun 28, 2024
1 parent f8b43ae commit faffb1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages/deltaneverused.usppnet/Editor/PreProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static class PreProcessorSnippits {

public const string USPPNetInit = @"
private object[] USPPNet_toBeSerialized = System.Array.Empty<object>();
private byte USPPNet_calls = 0;
private ushort USPPNet_calls = 0;
private byte USPPNet_updateIndexLast = 0;
// USPPNet TEMP REPLACE MethodIndex
[UdonSynced] private byte USPPNet_updateIndex = 0;
Expand Down
2 changes: 1 addition & 1 deletion Packages/deltaneverused.usppnet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deltaneverused.usppnet",
"displayName": "USPPNet",
"version": "0.0.5",
"version": "0.0.6",
"description": "Networking library",
"gitDependencies": {},
"vpmDependencies": {
Expand Down

0 comments on commit faffb1d

Please sign in to comment.