From 85597b000b898f9d8a49b74c7d1a4986d53cb0c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 15 Dec 2015 17:35:18 -0500 Subject: [PATCH] lib/android: fix frenglish doc MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/android/audio.nit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.9.5