We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd215b5 commit 4ec16a3Copy full SHA for 4ec16a3
Main.go
@@ -8,7 +8,7 @@ func Version() string {
8
return C.GoString(C.iggGetVersion())
9
}
10
11
-// Time returns global imgui time. Incremented by io.DeltaTime every frame.
+// Time returns global imgui time. Incremented by io.DeltaTime every frame.
12
func Time() float64 {
13
return float64(C.iggGetTime())
14
0 commit comments