[Visualizer] Accidentally left in debug test code
This was changed to verify the legacy code still works. Signed-off-by: Christopher Snowhill <kode54@gmail.com>swiftingly
parent
1728debe94
commit
cdcbabd72f
|
@ -50,7 +50,7 @@ extern NSString *CogPlaybackDidStopNotficiation;
|
|||
- (id)initWithFrame:(NSRect)frame {
|
||||
id<MTLDevice> device = MTLCreateSystemDefaultDevice();
|
||||
|
||||
if(1 || !device) return nil;
|
||||
if(!device) return nil;
|
||||
|
||||
NSDictionary *sceneOptions = @{
|
||||
SCNPreferredRenderingAPIKey: @(SCNRenderingAPIMetal),
|
||||
|
|
Loading…
Reference in New Issue