Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Nov 25, 2020
1 parent c2c3d2d commit b871000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/kotlin/imgui/internal/api/inputText.kt
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,7 @@ internal interface inputText {
DataType.Float, DataType.Double -> Itf.CharsScientific
else -> Itf.CharsDecimal
}
val buf = dataBuf.toByteArray(32)
var valueChanged = false
if (tempInputText(bb, id, label, buf, flags)) {
// Backup old value
Expand Down

0 comments on commit b871000

Please sign in to comment.