diff --git a/egui/gui.go b/egui/gui.go index d57a6c1..3552a44 100644 --- a/egui/gui.go +++ b/egui/gui.go @@ -66,6 +66,7 @@ func (gui *GUI) UpdateWindow() { if gui.Toolbar != nil { gui.Toolbar.Restyle() } + gui.SimForm.Update() gui.Body.Scene.NeedsRender() // todo: could update other stuff but not really necessary }