mirror of
https://github.com/bloeys/nmage.git
synced 2025-12-29 13:28:20 +00:00
Update imgui
This commit is contained in:
2
main.go
2
main.go
@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user