Skip to content

Commit caf3f5d

Browse files
committed
Fixed grammar
1 parent b4b28c0 commit caf3f5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dynamic:bake("height")
129129
-- use dynamic.image to grab the baked image
130130
```
131131
### textureAtlas:hardBake
132-
Hard baking the image and removes references to all given images. Once called, you cannot add, remove or bake again. This function is designed to free up unused memory.
132+
Hard baking bakes the image(if changes have been made since last bake) and removes all references to all added images. Once called, you cannot add(throws error), remove(throws error) or bake again(no error). This function is designed to free up unused memory.
133133

134134
**Note, any references to images that still exist outside of textureAtlas will keep the image alive (`image:release` is not called)**
135135

0 commit comments

Comments
 (0)