Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aras-p committed Aug 6, 2024
1 parent 46ef9f0 commit 4a10b2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ if (item) {
// where did it end up?
int x = sma_item_x(item);
int y = sma_item_y(item);

// can also remove it at some point
sma_item_remove(atlas, item);
}
sma_atlas_destroy(atlas);
```
Expand Down

0 comments on commit 4a10b2a

Please sign in to comment.