Update V-LVL revision
- pick up 1.1.73 headers - cope with interface change in cube demo
This commit is contained in:
parent
b59d74cef5
commit
5c36a26632
@ -41,8 +41,8 @@
|
||||
[super viewDidLoad];
|
||||
|
||||
self.view.wantsLayer = YES; // Back the view with a layer created by the makeBackingLayer method.
|
||||
|
||||
demo_main(&demo, self.view);
|
||||
const char* arg = "cube";
|
||||
demo_main(&demo, self.view, 1, &arg);
|
||||
|
||||
CVDisplayLinkCreateWithActiveCGDisplays(&_displayLink);
|
||||
CVDisplayLinkSetOutputCallback(_displayLink, &DisplayLinkCallback, &demo);
|
||||
|
@ -1 +1 @@
|
||||
359f2c1b6ca510a01f4c56f310ce0913ad345c3c
|
||||
5f35d6957bab18a0960cd3bdc05c8a89e5144f69
|
||||
|
Loading…
x
Reference in New Issue
Block a user