Skip to content

Commit e5fe6c6

Browse files
committed
Fixed SetAutomationEventBaseFrame
1 parent 67201b2 commit e5fe6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raylib-cr/raylib.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ lib Raylib
812812
fun unload_automation_event_list = UnloadAutomationEventList(list : AutomationEventList*)
813813
fun export_automation_event_list = ExportAutomationEventList(list : AutomationEventList, filename : LibC::Char*) : Bool
814814
fun set_automation_event_list = SetAutomationEventList(list : AutomationEventList*)
815-
fun set_automation_event_base_frame = SetAutomationEventList(frame : LibC::Int)
815+
fun set_automation_event_base_frame = SetAutomationEventBaseFrame(frame : LibC::Int)
816816
fun start_automation_event_recording = StartAutomationEventRecording()
817817
fun stop_automation_event_recording = StopAutomationEventRecording()
818818
fun play_automation_event_recording = PlayAutomationEventRecording(event : AutomationEvent)

0 commit comments

Comments
 (0)