updated handler and fixed state in the process
This commit is contained in:
parent
55e8c44221
commit
5a0d1af942
5 changed files with 24 additions and 18 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#include <stddef.h>
|
||||
|
||||
void ARC_State_Update(void *data){
|
||||
ARC_State *temp = (ARC_State *)data;
|
||||
((ARC_State *)data)->updateFn(((ARC_State *)data)->data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue