[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
Christopher Snowhill 2022-06-08 21:56:47 -07:00
parent 1728debe94
commit cdcbabd72f
1 changed files with 1 additions and 1 deletions

View File

@ -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),