Skip to content

Commit

Permalink
egui: simform update
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Nov 5, 2024
1 parent 3c6711c commit 8374e44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions egui/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 8374e44

Please sign in to comment.