example:button: remove replace

This commit is contained in:
Konstantin8105 2022-11-25 11:48:34 +03:00
parent 0a50d1fd06
commit ded0c796c3
2 changed files with 2 additions and 6 deletions

View file

@ -1099,7 +1099,6 @@ func IconText(iconId int32, text string) string {
// Text Input Box control, ask for text
func TextInputBox(bounds rl.Rectangle, title, message, buttons string, text *string, textMaxSize int32, secretViewActive *int32) int32 {
var cbounds C.struct_Rectangle
cbounds.x = C.float(bounds.X)
cbounds.y = C.float(bounds.Y)