Skip to content

Commit

Permalink
config: actually set initial beziers
Browse files Browse the repository at this point in the history
  • Loading branch information
PaideiaDilemma committed Feb 13, 2025
1 parent 68bb3e7 commit a580c70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/ConfigManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -885,9 +885,9 @@ void CConfigManager::setDefaultAnimationVars() {
m_AnimationTree.createNode("specialWorkspaceOut", "specialWorkspace");

// init the root nodes
m_AnimationTree.setConfigForNode("global", 1, 8.f, "", "default");
m_AnimationTree.setConfigForNode("__internal_fadeCTM", 1, 5.f, "", "linear");
m_AnimationTree.setConfigForNode("borderangle", 0, 0.f, "", "default");
m_AnimationTree.setConfigForNode("global", 1, 8.f, "default");
m_AnimationTree.setConfigForNode("__internal_fadeCTM", 1, 5.f, "linear");
m_AnimationTree.setConfigForNode("borderangle", 0, 1, "default");
}

std::optional<std::string> CConfigManager::resetHLConfig() {
Expand Down

0 comments on commit a580c70

Please sign in to comment.