integrate vfx into program oop
This commit is contained in:
parent
e1d72e8f3d
commit
cf0c656f72
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,7 @@ class Program
|
|||
|
||||
Rig.Init();
|
||||
Mono.Init();
|
||||
VFX.Init();
|
||||
Arts.Init();
|
||||
|
||||
VCam.Init();
|
||||
|
@ -97,6 +98,8 @@ class Program
|
|||
Arts.Step();
|
||||
}
|
||||
}
|
||||
|
||||
VFX.Frame();
|
||||
}
|
||||
|
||||
Arts.Frame();
|
||||
|
|
Loading…
Add table
Reference in a new issue