integrate vcam into core application loop
This commit is contained in:
parent
57970e7c72
commit
91b91d9a4f
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,8 @@ class Program
|
|||
Mono.Init();
|
||||
Arts.Init();
|
||||
|
||||
VCam.Init();
|
||||
|
||||
// Core application loop
|
||||
SK.Run(() =>
|
||||
{
|
||||
|
@ -59,6 +61,8 @@ class Program
|
|||
}
|
||||
|
||||
Arts.Frame();
|
||||
|
||||
VCam.Frame();
|
||||
});
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue