Skip to content

Commit

Permalink
hotfix: add Sameline call
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Oct 31, 2023
1 parent 82268c1 commit 4f374fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resize_animation.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func (r *ResizeAnimation[T]) trickCursorBefore(current, delta imgui.Vec2) {
move.Y -= (current.Y + delta.Y - r.sizes[0].Y) / 2
}

imgui.Sameline()

Check failure on line 136 in resize_animation.go

View workflow job for this annotation

GitHub Actions / lint

undefined: imgui.Sameline (typecheck)
imgui.Dummy(move)
}

Expand Down

0 comments on commit 4f374fe

Please sign in to comment.