Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	imgui-core/src/main/kotlin/imgui/internal/draw.kt
  • Loading branch information
elect86 committed Mar 3, 2020
2 parents 4c9c91d + 66076a2 commit 7881207
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions imgui-core/src/main/kotlin/imgui/internal/draw.kt
Original file line number Diff line number Diff line change
Expand Up @@ -343,11 +343,12 @@ class DrawData {
val ret = DrawData()

ret.cmdLists.addAll(cmdLists) // TODO check if it's fine https://github.com/kotlin-graphics/imgui/pull/135
ret.displayPos = displayPos
ret.displaySize = displaySize
ret.displayPos put displayPos
ret.displaySize put displaySize
ret.totalIdxCount = totalIdxCount
ret.totalVtxCount = totalVtxCount
ret.valid = valid
ret.framebufferScale put framebufferScale

return ret
}
Expand Down

0 comments on commit 7881207

Please # to comment.