Skip to content

Commit

Permalink
Increased max params by type
Browse files Browse the repository at this point in the history
  • Loading branch information
medcelerate committed Sep 7, 2024
1 parent ace0b2c commit af1522b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FFGLTouchEngine/src/TouchEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ FFGLTouchEngine::FFGLTouchEngine()
//This is the starting point for the parameters and is equal to the number of parameters above.
OffsetParamsByType = 4;

MaxParamsByType = 30;
MaxParamsByType = 40;

ConstructBaseParameters();

Expand Down
2 changes: 1 addition & 1 deletion FFGLTouchEngineFX/src/TouchEngineFX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ FFGLTouchEngineFX::FFGLTouchEngineFX()
OffsetParamsByType = 4;


MaxParamsByType = 30;
MaxParamsByType = 40;


ConstructBaseParameters();
Expand Down

0 comments on commit af1522b

Please sign in to comment.