Skip to content

Commit

Permalink
1.0.4 fix booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuper committed Oct 20, 2020
1 parent 16d4f91 commit ffb7e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Runtime/OSCQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ JSONObject getPropObject(Type type, object value, RangeAttribute range = null, b

case "System.Boolean":
vo.Add((bool)value);
poType = "b";
poType = "T";
break;

case "System.Int32":
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"repository": "github:benkper/Unity-OSCQuery",
"unity": "2018.3",
"unityRelease": "0f1",
"version": "1.0.3"
"version": "1.0.4"
}

0 comments on commit ffb7e4b

Please sign in to comment.