Skip to content

Commit a19d1d0

Browse files
committed
make blue background not the default behavior even in DEBUG builds
1 parent be1b29d commit a19d1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/frontends/mariani/EmulatorViewController.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ - (void)rebuildView:(BOOL)notify {
133133
_view.enableSetNeedsDisplay = NO;
134134
_view.device = MTLCreateSystemDefaultDevice();
135135
_view.numericKeyDelegate = self;
136-
#ifdef DEBUG
136+
#ifdef DEBUG_BLUE_BACKGROUND
137137
// useful for debugging quad sizing issues.
138138
_view.clearColor = MTLClearColorMake(0.0, 0.15, 0.3, 0.3);
139139
#endif

0 commit comments

Comments
 (0)