aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-17 18:16:46 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-17 18:16:46 +0200
commit54b47307ce4b2e21bc12c1602c77fecf55380452 (patch)
tree9e807499e9bde6ba7193e98d5f611b2d66173490 /docs
parentca46cc7883b7b2749307a3e5a8196368fb52ba09 (diff)
downloadlanes-54b47307ce4b2e21bc12c1602c77fecf55380452.tar.gz
lanes-54b47307ce4b2e21bc12c1602c77fecf55380452.tar.bz2
lanes-54b47307ce4b2e21bc12c1602c77fecf55380452.zip
Foolproofed config.allocator when it is a function
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 4fdc6f3..c9058fd 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -293,7 +293,7 @@
293 <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"> 293 <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%">
294 <tr> 294 <tr>
295 <td> 295 <td>
296 <pre> struct { lua_Alloc allocF; void* allocUD; }</pre> 296 <pre> struct { uintptr_t version { AllocatorDefinition::kAllocatorVersion }; lua_Alloc allocF; void* allocUD; }</pre>
297 </td> 297 </td>
298 </tr> 298 </tr>
299 </table> 299 </table>