fix issue 418
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3944 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
da4ad750bc
commit
17d69343d0
@ -185,8 +185,10 @@
|
||||
}
|
||||
|
||||
private function checkIfMacCamera():void{
|
||||
for (var i:Number; i<Camera.names.length; i++){
|
||||
if (Camera.names[i] == "USB Video Class Video") cmbCameraSelector.selectedIndex = i;
|
||||
for (var i:int = 0; i<Camera.names.length; i++){
|
||||
if (Camera.names[i] == "USB Video Class Video") {
|
||||
cmbCameraSelector.selectedIndex = i;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user