From: Alexis Laferrière Date: Tue, 15 Dec 2015 22:35:18 +0000 (-0500) Subject: lib/android: fix frenglish doc X-Git-Tag: v0.8~32^2 X-Git-Url: http://nitlanguage.org lib/android: fix frenglish doc Signed-off-by: Alexis Laferrière --- diff --git a/lib/android/audio.nit b/lib/android/audio.nit index 649a95d..a0acee0 100644 --- a/lib/android/audio.nit +++ b/lib/android/audio.nit @@ -208,10 +208,11 @@ end # Used to play sound, best suited for sounds effects in apps or games class SoundPool - # Error gestion + # Latest error on this sound pool var error: nullable Error = null private var nsoundpool: NativeSoundPool is noinit + # The maximum number of simultaneous streams for this SoundPool var max_streams = 10 is writable