@@ -57,7 +57,7 @@ class PQStuckPointEditerController: PQBaseViewController {
let playerView = PQGPUImagePlayerView(frame: CGRect(x: 0, y: navHeadImageView?.frame.maxY ?? 0, width: playerHeight, height: playerHeight))
playerView.backgroundColor = PQBFConfig.shared.styleBackGroundColor
playerView.isShowLine = false
-// playerView.showGaussianBlur = true
+ playerView.showGaussianBlur = true
return playerView
}()