Skip to content

Commit

Permalink
make blue background not the default behavior even in DEBUG builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sh95014 committed Dec 29, 2024
1 parent be1b29d commit a19d1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/frontends/mariani/EmulatorViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ - (void)rebuildView:(BOOL)notify {
_view.enableSetNeedsDisplay = NO;
_view.device = MTLCreateSystemDefaultDevice();
_view.numericKeyDelegate = self;
#ifdef DEBUG
#ifdef DEBUG_BLUE_BACKGROUND
// useful for debugging quad sizing issues.
_view.clearColor = MTLClearColorMake(0.0, 0.15, 0.3, 0.3);
#endif
Expand Down

0 comments on commit a19d1d0

Please sign in to comment.