default param upd

This commit is contained in:
Johannes Stelzer 2023-01-14 12:56:10 +01:00
parent 34eec5eb4f
commit cac5cb72f1
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class BlendingFrontend():
self.state_prev = {} self.state_prev = {}
self.state_current = {} self.state_current = {}
self.showing_current = True self.showing_current = True
self.branch1_influence = 0.3 self.branch1_influence = 0.02
self.imgs_show_last = [] self.imgs_show_last = []
self.imgs_show_current = [] self.imgs_show_current = []
self.nmb_branches_final = 9 self.nmb_branches_final = 9