Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
clayote committed Oct 18, 2024
2 parents 4aaf5d0 + 4eeb2a1 commit 6ca51f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ELiDE/ELiDE/pawnspot.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,11 @@ def pos(self, xy):
stack_plane._top_ys[idx] = t
stack_plane._right_xs[idx] = r
stack_plane._fbo.bind()
stack_plane._fbo.clear_buffer()
for rect in insts["rectangles"]:
rect: Rectangle
rect.pos = xy
rect.flag_update() # undocumented. sounds right?
if "line" in insts:
insts["line"].points = [x, y, r, y, r, t, x, t, x, y]
stack_plane.data[idx]["pos"] = xy
Expand Down
2 changes: 1 addition & 1 deletion ELiDE/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include-package-data=true

[project]
name = "ELiDE"
version = "0.16.15"
version = "0.16.16"
authors = [
{ name="Zachary Spector", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion LiSE/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include-package-data=false

[project]
name = "LiSE"
version = "0.16.15"
version = "0.16.16"
authors = [
{ name="Zachary Spector", email="[email protected]" },
]
Expand Down

0 comments on commit 6ca51f4

Please sign in to comment.