A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/AlmasB/FXGL/commit/0aeabfa9e below:

audio object is now in public API, closes #1187 · AlmasB/FXGL@0aeabfa · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed Original file line number Diff line number Diff line change

@@ -58,7 +58,7 @@ fun getDummyAudio() = audio

58 58

*

59 59

* @author Almas Baimagambetov (AlmasB) (almaslvl@gmail.com)

60 60

*/

61 -

class Music(internal val audio: Audio) : Disposable {

61 +

class Music(val audio: Audio) : Disposable {

62 62 63 63

internal var isDisposed = false

64 64

@@ -72,7 +72,7 @@ class Music(internal val audio: Audio) : Disposable {

72 72

*

73 73

* @author Almas Baimagambetov (AlmasB) (almaslvl@gmail.com)

74 74

*/

75 -

class Sound(internal val audio: Audio) : Disposable {

75 +

class Sound(val audio: Audio) : Disposable {

76 76 77 77

internal var isDisposed = false

78 78

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4