Update imgui

This commit is contained in:
bloeys
2024-09-15 17:20:37 +04:00
parent 38248822e2
commit e4199b8d30
5 changed files with 25 additions and 11 deletions

View File

@ -908,7 +908,7 @@ func (g *Game) showDebugWindow() {
imgui.Begin("Debug controls")
imgui.PushStyleColorVec4(imgui.ColText, imgui.NewColor(1, 1, 0, 1).Value)
imgui.PushStyleColorVec4(imgui.ColText, imgui.NewColor(1, 1, 0, 1).FieldValue)
imgui.LabelText("FPS", fmt.Sprint(timing.GetAvgFPS()))
imgui.PopStyleColor()