mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Add Servo3D immersive demo for magicleap
This commit is contained in:
parent
e381cebeb6
commit
0b48ff496f
20 changed files with 454 additions and 77 deletions
|
@ -1436,7 +1436,7 @@ impl Window {
|
|||
|
||||
let complete = match join_port.try_recv() {
|
||||
Err(TryRecvError::Empty) => {
|
||||
info!("script: waiting on layout");
|
||||
debug!("script: waiting on layout");
|
||||
join_port.recv().unwrap()
|
||||
},
|
||||
Ok(reflow_complete) => reflow_complete,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue