Skip to content

Commit

Permalink
Fix double ::
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev authored Jul 2, 2024
1 parent d38de9a commit 6080ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ struct ___MethodRegistrator_##name_<R (*)(TArgs...)> : ::custom_types::MethodReg
std::vector<const Il2CppType*> params() const override { \
int32_t counter = 0; \
il2cpp_functions::Init(); \
return {(::::il2cpp_utils::il2cpp_type_check::il2cpp_no_arg_type<TArgs>::get())...}; \
return {(::il2cpp_utils::il2cpp_type_check::il2cpp_no_arg_type<TArgs>::get())...}; \
} \
uint8_t params_size() const override { \
return sizeof...(TArgs); \
Expand Down

0 comments on commit 6080ac7

Please sign in to comment.