[osx] Return correct Voice period.

This commit is contained in:
Ronald Kinard 2016-06-14 23:38:52 -05:00
parent b2635a52c5
commit e9b8f46f73
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ impl Voice {
#[inline]
pub fn get_period(&self) -> usize {
0
self.get_pending_samples()
}
#[inline]