Skip to content

Commit 4ec16a3

Browse files
committed
re-run formatting on file
1 parent fd215b5 commit 4ec16a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ func Version() string {
88
return C.GoString(C.iggGetVersion())
99
}
1010

11-
// Time returns global imgui time. Incremented by io.DeltaTime every frame.
11+
// Time returns global imgui time. Incremented by io.DeltaTime every frame.
1212
func Time() float64 {
1313
return float64(C.iggGetTime())
1414
}

0 commit comments

Comments
 (0)