From c20ef95d6d97800d91cabb32277eeee747cb5f6c Mon Sep 17 00:00:00 2001 From: kimpure Date: Tue, 5 Nov 2024 22:03:49 +0900 Subject: [PATCH] fix --- types/ffi.luau | 2 -- 1 file changed, 2 deletions(-) diff --git a/types/ffi.luau b/types/ffi.luau index daca4c4..dcff859 100644 --- a/types/ffi.luau +++ b/types/ffi.luau @@ -387,8 +387,6 @@ export type CTypeInfo = { casting a value to a different type. may result in loss of precision. - - FIXME: recursive types; 'intoType' should be CTypes @param type to convert @param memory to read the value to be converted