Skip to content

Commit a2d93f7

Browse files
committed
Update RRFPSBar.m
1 parent 9e77297 commit a2d93f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Coding_iOS/Vendor/RRFPSBar/RRFPSBar.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ - (id)init {
114114
[_fpsTextLayer setForegroundColor: [UIColor redColor].CGColor];
115115
[_fpsTextLayer setAlignmentMode:kCAAlignmentCenter];
116116

117-
[_fpsTextLayer setBackgroundColor:[UIColor colorWithWhite:0 alpha:0.5].CGColor];
117+
[_fpsTextLayer setBackgroundColor:[UIColor colorWithWhite:0 alpha:0.8].CGColor];
118118
[_fpsTextLayer setContentsScale: [UIScreen mainScreen].scale];
119119
[self.layer addSublayer:_fpsTextLayer];
120120

0 commit comments

Comments
 (0)