We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67201b2 commit e5fe6c6Copy full SHA for e5fe6c6
src/raylib-cr/raylib.cr
@@ -812,7 +812,7 @@ lib Raylib
812
fun unload_automation_event_list = UnloadAutomationEventList(list : AutomationEventList*)
813
fun export_automation_event_list = ExportAutomationEventList(list : AutomationEventList, filename : LibC::Char*) : Bool
814
fun set_automation_event_list = SetAutomationEventList(list : AutomationEventList*)
815
- fun set_automation_event_base_frame = SetAutomationEventList(frame : LibC::Int)
+ fun set_automation_event_base_frame = SetAutomationEventBaseFrame(frame : LibC::Int)
816
fun start_automation_event_recording = StartAutomationEventRecording()
817
fun stop_automation_event_recording = StopAutomationEventRecording()
818
fun play_automation_event_recording = PlayAutomationEventRecording(event : AutomationEvent)
0 commit comments