Skip to content

Commit

Permalink
rebirth fix error bar resize increments
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Dec 12, 2021
1 parent b587803 commit f321f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ local t = Def.ActorFrame {
registerActorToCustomizeGameplayUI({
actor = self,
coordInc = {5,1},
zoomInc = {0.1,0.05},
zoomInc = {5,1},
})
end,
SetUpMovableValuesMessageCommand = function(self)
Expand Down

0 comments on commit f321f3d

Please sign in to comment.