Skip to content

Commit aac294f

Browse files
committed
switched changelog style
1 parent d1033f1 commit aac294f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## [1.1.0]
22

3-
- Changes
4-
- Randomization of triangle indices to generate a more randomized visulizer.
3+
### Changes
4+
5+
- Randomization of triangle indices to generate a more randomized visulizer.
56

67
## [1.0.0]
78

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unity Audio Visualizer Package
1+
# Unity Audio Visualizer
22

33
![Demo](./Pictures/SmartAssistantAudioDemoHD.png)
44

Runtime/AudioVisualizer.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ void OnDisable()
156156
}
157157

158158
[BurstCompile(
159-
CompileSynchronously=true,
160-
FloatPrecision=FloatPrecision.Medium,
161-
FloatMode=FloatMode.Fast
159+
CompileSynchronously = true,
160+
FloatPrecision = FloatPrecision.Medium,
161+
FloatMode = FloatMode.Fast
162162
)]
163163
public struct AudioMeshVisualizer : IJobParallelFor
164164
{

0 commit comments

Comments
 (0)