From b8f27aefaedb7972fa0f1ff11b998aebdca4fb89 Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 10 Feb 2024 22:57:46 +0200 Subject: Release 0.7. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index cc796da..00fdfd5 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,11 @@ ReiLua_API.lua can be put into project folder to provide annotations when using ## Object unloading -Some objects allocate memory that needs to be freed when object is no longer needed. By default objects like Textures are unloaded by the Lua garbage collector. It is generatty however recommended to handle this manually in more complex projects. You can change the behavior with SetGCUnload. +Some objects allocate memory that needs to be freed when object is no longer needed. By default objects like Textures are unloaded by the Lua garbage collector. It is generatty however recommended to handle this manually in more complex projects. You can change the behavior with: + +``` +SetGCUnload() +``` ## Interpreter Mode -- cgit v1.2.3