Skip to content

Commit

Permalink
CFFI fix
Browse files Browse the repository at this point in the history
Accept 3 values instead of 2. Incidentally, I thought this was going to be a rather simple straightforward change, but I suppose not.
  • Loading branch information
dimensionscape committed Oct 30, 2024
1 parent c616535 commit 6de4b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/src/ExternalInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3965,7 +3965,7 @@ namespace lime {
DEFINE_PRIME2 (lime_font_outline_decompose);
DEFINE_PRIME3 (lime_font_render_glyph);
DEFINE_PRIME3 (lime_font_render_glyphs);
DEFINE_PRIME2v (lime_font_set_size);
DEFINE_PRIME3v (lime_font_set_size);
DEFINE_PRIME1v (lime_gamepad_add_mappings);
DEFINE_PRIME2v (lime_gamepad_event_manager_register);
DEFINE_PRIME1 (lime_gamepad_get_device_guid);
Expand Down

0 comments on commit 6de4b67

Please sign in to comment.