We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8cdbc commit 21c6774Copy full SHA for 21c6774
Runtime/NativeTime.cs
@@ -20,7 +20,7 @@ internal class NativeTimeInternal
20
[BurstCompatible]
21
public struct ValueStopwatch
22
{
23
- static const int TicksToNanoseconds = 100;
+ public const int TicksToNanoseconds = 100;
24
ulong start;
25
26
/// <summary> Returns the number of nanoseconds since system startup. </summary>
package.json
@@ -1,7 +1,7 @@
1
2
"name": "com.strangeloopgames.nativetime",
3
"displayName": "NativeTime",
4
- "version": "0.1.2",
+ "version": "0.1.3",
5
"unity": "2020.3",
6
"author": {
7
"name": "Strange Loop Games",
0 commit comments