mirror of
https://github.com/hyprwm/Hyprland
synced 2026-01-01 12:10:06 +01:00
core: fix clang-format
This commit is contained in:
parent
5e96fac52f
commit
7fd6998f7c
1 changed files with 1 additions and 1 deletions
|
|
@ -1848,7 +1848,7 @@ CFramebuffer* CHyprOpenGLImpl::blurFramebufferWithDamage(float a, CRegion* origi
|
|||
static auto PBLURVIBRANCY = CConfigValue<Hyprlang::FLOAT>("decoration:blur:vibrancy");
|
||||
static auto PBLURVIBRANCYDARKNESS = CConfigValue<Hyprlang::FLOAT>("decoration:blur:vibrancy_darkness");
|
||||
|
||||
const auto BLUR_PASSES = std::clamp(*PBLURPASSES, sc<int64_t>(1), sc<int64_t>(8));
|
||||
const auto BLUR_PASSES = std::clamp(*PBLURPASSES, sc<int64_t>(1), sc<int64_t>(8));
|
||||
|
||||
// prep damage
|
||||
CRegion damage{*originalDamage};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue