Skip to content

Commit a4a82ae

Browse files
committed
fix: typo
1 parent fd49386 commit a4a82ae

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

public/imzero/dto/IsPagraphText.out.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

public/imzero/dto/IsParagraphText.out.go

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/imzero/imgui/extensions.idl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package imgui
44

55
import "github.com/stergiotis/boxer/public/imzero/dto"
66

7-
func PushIsParagraphText(val dto.IsPagraphText) {
7+
func PushIsParagraphText(val dto.IsParagraphText) {
88
_ = `ImGui::PushIsParagraphText(val)`
99
}
1010
func PopIsParagraphText() {

0 commit comments

Comments
 (0)