Skip to content

Commit 76d285d

Browse files
authored
README.md: Added missing description for HXSound.reinitialize().
1 parent 60dd0b9 commit 76d285d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ HXSound.engines(2); // Specifies the number of sound engines (2
139139
HXSound.enable(true); // Enables/disables sound playback.
140140
```
141141

142+
#### Re-Initialize Sound:
143+
144+
```
145+
HXSound.reinitialize(); // Manual re-initialization of sound engines. Only for Android API 9 - 10.
146+
```
147+
142148
#### Clear Sound:
143149

144150
```

0 commit comments

Comments
 (0)