Skip to content

Commit

Permalink
Small fix in save-load docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jowan-Spooner authored Jul 12, 2024
1 parent c162d16 commit f3be56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/saving-and-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you go this route, you need to instruct the `Dialogic.Save.save(...)` method
Dialogic.Save.save(slot_name_variable, false, Dialogic.Save.ThumbnailMode.STORE_ONLY, slot_extra_info)
```

This snippet will automatically take the thumbnail saved at `Dialogic.Save.last_thumbnail` and use it.
This snippet will automatically take the thumbnail saved at `Dialogic.Save.latest_thumbnail` and use it.

## 1.2 Saving Extra Info

Expand Down

0 comments on commit f3be56e

Please sign in to comment.